Added no_magic tiles outside the exit doors of Cameron's Tavern (darcap/darcap/tavern) in Darcap as a way to prevent players from entering the exterior of the map.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19684 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
da79b38b38
commit
7009fbe21a
|
@ -8,7 +8,7 @@ enter_x 19
|
|||
enter_y 13
|
||||
msg
|
||||
Created: 1999-01-15 Cater/Wade (john_cater@yahoo.com)
|
||||
Modified: 2012-05-27 Nicolas Weeger
|
||||
Modified: 2014-10-07 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch cobblestones2
|
||||
|
@ -2459,6 +2459,10 @@ arch wwall_1_3
|
|||
x 18
|
||||
y 14
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 18
|
||||
y 15
|
||||
end
|
||||
arch cobblestones2
|
||||
x 18
|
||||
y 15
|
||||
|
@ -2587,6 +2591,10 @@ x 19
|
|||
y 14
|
||||
move_on all
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 19
|
||||
y 15
|
||||
end
|
||||
arch cobblestones2
|
||||
x 19
|
||||
y 15
|
||||
|
@ -2756,6 +2764,10 @@ x 20
|
|||
y 14
|
||||
move_on all
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 20
|
||||
y 15
|
||||
end
|
||||
arch cobblestones2
|
||||
x 20
|
||||
y 15
|
||||
|
@ -2876,6 +2888,10 @@ arch wwall_1_2
|
|||
x 21
|
||||
y 14
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 21
|
||||
y 15
|
||||
end
|
||||
arch cobblestones2
|
||||
x 21
|
||||
y 15
|
||||
|
|
Loading…
Reference in New Issue