Add buttons to stop players getting trapped behind the iron gate that leads
to the basement of Goths. The buttons are on the inside of the area behind the gate and one under the gate. Still have to pay booze from the tavern side to get in. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3868 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
bf6ef46eab
commit
622d97b55f
|
@ -218,6 +218,11 @@ arch woodfloor
|
|||
x 1
|
||||
y 1
|
||||
end
|
||||
arch button_small
|
||||
connected 1
|
||||
x 1
|
||||
y 2
|
||||
end
|
||||
arch woodfloor
|
||||
x 1
|
||||
y 2
|
||||
|
@ -706,10 +711,20 @@ sp 1
|
|||
x 2
|
||||
y 1
|
||||
end
|
||||
arch button_small
|
||||
connected 1
|
||||
x 2
|
||||
y 2
|
||||
end
|
||||
arch woodfloor
|
||||
x 2
|
||||
y 2
|
||||
end
|
||||
arch button_small
|
||||
connected 1
|
||||
x 2
|
||||
y 3
|
||||
end
|
||||
arch woodfloor
|
||||
x 2
|
||||
y 3
|
||||
|
@ -941,6 +956,11 @@ arch woodfloor
|
|||
x 3
|
||||
y 1
|
||||
end
|
||||
arch button_small
|
||||
connected 1
|
||||
x 3
|
||||
y 2
|
||||
end
|
||||
arch woodfloor
|
||||
x 3
|
||||
y 2
|
||||
|
|
Loading…
Reference in New Issue