Fix stairs coordinates.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21621 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
35c8592208
commit
1efa0d02f6
|
@ -1,5 +1,6 @@
|
|||
2020-12-17 Nicolas Weeger
|
||||
* /scorn/houses/resir: Move exit under an extra grass column on the right, for coherence.
|
||||
* scorn/temples/valkyrie: Fix stairs coordinates.
|
||||
|
||||
2020-12-12 Nicolas Weeger
|
||||
* python/items/spell_arrow.py: Apply modified patch #364, see https://sourceforge.net/p/crossfire/patches/364/
|
||||
|
|
|
@ -10,7 +10,7 @@ enter_x 7
|
|||
enter_y 17
|
||||
msg
|
||||
Created: 2003-08-17 Lalo Martins
|
||||
Modified: 2012-01-17 Rick Tanner
|
||||
Modified: 2020-12-17 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch dungeon_floor
|
||||
|
@ -3775,8 +3775,8 @@ y 17
|
|||
end
|
||||
arch cave_stair_up_2
|
||||
slaying ../houses/barracks
|
||||
hp 20
|
||||
sp 7
|
||||
hp 21
|
||||
sp 8
|
||||
x 16
|
||||
y 17
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue