Add lever to avoid being trapped if the gates close.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21712 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
59f89d8acc
commit
498e282190
|
@ -1,3 +1,6 @@
|
|||
2021-01-03 Nicolas Weeger
|
||||
* navar_city/slums/Iggys_house_upper: Add lever to avoid being trapped if the gates close.
|
||||
|
||||
2020-12-19 Daniel Hawkins:
|
||||
* python/quests/QuestAdvance.py: Bail from method if non-player activator has no owner.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 13
|
|||
enter_y 24
|
||||
msg
|
||||
Created: 2004-01-12 Avion
|
||||
Modified: 2008-10-25 Rick Tanner
|
||||
Modified: 2021-01-03 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch woodfloor
|
||||
|
@ -2545,6 +2545,11 @@ arch woodfloor
|
|||
x 13
|
||||
y 28
|
||||
end
|
||||
arch button_handle
|
||||
x 13
|
||||
y 28
|
||||
connected 10
|
||||
end
|
||||
arch woodfloor
|
||||
x 13
|
||||
y 29
|
||||
|
|
Loading…
Reference in New Issue