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-b93c2d0d6712
master
ryo_saeba 2010-10-17 08:28:52 +00:00
parent 74268c25f6
commit cd3a0d8589
1 changed files with 12 additions and 1 deletions

View File

@ -10,7 +10,7 @@ enter_x 2
enter_y 16
msg
Date: 2008-02-29
Modified: 2008-10-21 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