Fix incorrect exit coordinates on Alfalfa's House ground level.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21042 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fc35ab5998
commit
afb9e1df4b
|
@ -1,3 +1,7 @@
|
||||||
|
2019-12-01 Daniel Hawkins
|
||||||
|
* scorn/houses/alfalfa_ground: Update two exit coordinates to exit at Alfalfa's House.
|
||||||
|
Prior behavior had them exit over to Easy House.
|
||||||
|
|
||||||
2018-12-24 Daniel Hawkins
|
2018-12-24 Daniel Hawkins
|
||||||
* python/events/clock/bell.py: Comment out to reflect port to separate plugin.
|
* python/events/clock/bell.py: Comment out to reflect port to separate plugin.
|
||||||
|
|
||||||
|
|
|
@ -1091,7 +1091,7 @@ y 18
|
||||||
end
|
end
|
||||||
arch invis_exit
|
arch invis_exit
|
||||||
slaying /world/world_105_116
|
slaying /world/world_105_116
|
||||||
hp 9
|
hp 6
|
||||||
sp 5
|
sp 5
|
||||||
x 8
|
x 8
|
||||||
y 19
|
y 19
|
||||||
|
@ -1505,7 +1505,7 @@ y 18
|
||||||
end
|
end
|
||||||
arch invis_exit
|
arch invis_exit
|
||||||
slaying /world/world_105_116
|
slaying /world/world_105_116
|
||||||
hp 9
|
hp 6
|
||||||
sp 5
|
sp 5
|
||||||
x 11
|
x 11
|
||||||
y 19
|
y 19
|
||||||
|
|
Loading…
Reference in New Issue