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@14004 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
74268c25f6
commit
cd3a0d8589
|
@ -10,7 +10,7 @@ enter_x 2
|
||||||
enter_y 16
|
enter_y 16
|
||||||
msg
|
msg
|
||||||
Date: 2008-02-29
|
Date: 2008-02-29
|
||||||
Modified: 2008-10-21 Rick Tanner
|
Modified: 2010-10-17 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch blocked
|
arch blocked
|
||||||
|
@ -142,6 +142,17 @@ arch cobblestones2
|
||||||
x 1
|
x 1
|
||||||
y 3
|
y 3
|
||||||
end
|
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
|
arch cobblestones2
|
||||||
x 1
|
x 1
|
||||||
y 4
|
y 4
|
||||||
|
|
Loading…
Reference in New Issue