Add an emergency exit to the first Raffle floor, to let people escape after a map reset.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14003 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e4e023979c
commit
74268c25f6
|
@ -10,7 +10,7 @@ enter_x 2
|
|||
enter_y 16
|
||||
msg
|
||||
Created: 1997-02-24
|
||||
Modified: 2008-10-25 Rick Tanner
|
||||
Modified: 2010-10-17 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
@ -142,6 +142,17 @@ arch cobblestones2
|
|||
x 1
|
||||
y 3
|
||||
end
|
||||
arch ladder_up
|
||||
name emergency exit
|
||||
slaying raffle1
|
||||
msg
|
||||
You climb up and hear a loud 'click' as some passage closes behind you.
|
||||
endmsg
|
||||
hp 1
|
||||
sp 3
|
||||
x 1
|
||||
y 3
|
||||
end
|
||||
arch cobblestones2
|
||||
x 1
|
||||
y 4
|
||||
|
|
Loading…
Reference in New Issue