Fix for Bug #797 Map bug: dimdoor in Pupland Beginners Practice houses. Added no_magic tile under the gate in front of the key to block dimension door spell from accessing the area with the key.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19765 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2015-02-09 05:42:25 +00:00
parent dd22538e8f
commit 6c65754f12
3 changed files with 15 additions and 3 deletions

View File

@ -8,7 +8,7 @@ enter_x 5
enter_y 16
msg
Created: 1996-02-13
Modified: 2012-02-27 Rick Tanner
Modified: 2015-02-08 Rick Tanner
endmsg
end
arch grass
@ -635,6 +635,10 @@ endmsg
x 5
y 1
end
arch magic_banned
x 5
y 2
end
arch woodfloor
x 5
y 2

View File

@ -8,7 +8,7 @@ enter_x 5
enter_y 16
msg
Created: 1996-02-13
Modified: 2010-04-04 krb
Modified: 2015-02-08 Rick Tanner
endmsg
end
arch grass
@ -635,6 +635,10 @@ endmsg
x 5
y 1
end
arch magic_banned
x 5
y 2
end
arch woodfloor
x 5
y 2

View File

@ -8,7 +8,7 @@ enter_x 5
enter_y 16
msg
Created: 1996-02-13
Modified: 2010-04-04 krb
Modified: 2015-02-08 Rick Tanner
endmsg
end
arch grass
@ -635,6 +635,10 @@ endmsg
x 5
y 1
end
arch magic_banned
x 5
y 2
end
arch woodfloor
x 5
y 2