Prevent getting trapped on the second floor of the raffle by a reset.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21893 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
8a409e70c1
commit
68cc28c27f
|
@ -1,3 +1,7 @@
|
|||
2021-02-02 Daniel Hawkins
|
||||
* pup_land/raffle/raffle1_u2: Make sure the gate opens if you get stuck
|
||||
on the zombie level. This lets you reach the emergency exit on the first floor.
|
||||
|
||||
2021-02-01 Nicolas Weeger
|
||||
* navar_city/misc/jeweler,
|
||||
* scorn/houses/jeweler,
|
||||
|
|
|
@ -10,7 +10,7 @@ enter_x 2
|
|||
enter_y 2
|
||||
msg
|
||||
Created: 1997-02-25
|
||||
Modified: 2008-10-25 Rick Tanner
|
||||
Modified: 2021-02-02 SilverNexus
|
||||
endmsg
|
||||
end
|
||||
arch dungeon_magic
|
||||
|
@ -288,6 +288,11 @@ y 5
|
|||
speed 0.500000
|
||||
connected 200
|
||||
end
|
||||
arch pedestal
|
||||
x 2
|
||||
y 6
|
||||
connected 200
|
||||
end
|
||||
arch cobblestones2
|
||||
x 2
|
||||
y 6
|
||||
|
|
Loading…
Reference in New Issue