Add missing exits to prevent players from experiencing a cut off world.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4118 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
8db413a433
commit
bb201897c7
|
@ -4306,6 +4306,14 @@ arch grass
|
||||||
x 24
|
x 24
|
||||||
y 4
|
y 4
|
||||||
end
|
end
|
||||||
|
arch invis_exit
|
||||||
|
slaying /pup_land/world
|
||||||
|
hp 27
|
||||||
|
sp 36
|
||||||
|
invisible 0
|
||||||
|
x 24
|
||||||
|
y 5
|
||||||
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 24
|
x 24
|
||||||
y 5
|
y 5
|
||||||
|
|
|
@ -5452,6 +5452,14 @@ arch dungeon_magic
|
||||||
x 28
|
x 28
|
||||||
y 37
|
y 37
|
||||||
end
|
end
|
||||||
|
arch invis_exit
|
||||||
|
slaying rainbow/islands
|
||||||
|
hp 25
|
||||||
|
sp 6
|
||||||
|
invisible 0
|
||||||
|
x 28
|
||||||
|
y 37
|
||||||
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 28
|
x 28
|
||||||
y 37
|
y 37
|
||||||
|
|
Loading…
Reference in New Issue