Fix destination coordinates of stairs going up/down. One did end in a wall, the other was off by one.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3666 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cb92feb55e
commit
86c9f02d5e
|
@ -701,6 +701,8 @@ end
|
|||
arch stair_down
|
||||
name Stairs to the Cellar
|
||||
slaying goths0
|
||||
hp 4
|
||||
sp 1
|
||||
x 2
|
||||
y 1
|
||||
end
|
||||
|
@ -6858,7 +6860,7 @@ end
|
|||
arch stair_3_up
|
||||
name Stairs going up
|
||||
slaying goths2
|
||||
hp 30
|
||||
hp 31
|
||||
sp 1
|
||||
x 32
|
||||
y 1
|
||||
|
|
Loading…
Reference in New Issue