As would be expected of wizards, the normal drawbridge construction is missing from the entrance to the citadel. Traversing the ravine that surrounds the citadel is a large contraption which resembles a balance with several levers and ropes attached. On the other side of the ravine you can see two doors which form the entrance to the citadel. |
Obvious paths: west |
Map: rr-citadel-1717856937.png |
| | | | | | | | | |
Exit
|
Connecting Room
|
west
|
11354
|
;e empty_hands
old_stance = XMLData.stance_text
fput 'stance offensive' unless old_stance == 'offensive'
until !checkpaths
fput 'stand' unless standing?
fput 'climb ledge'
sleep 0.1
waitrt?
end
fput 'stance ' + old_stance unless old_stance == 'offensive'
|
11357
|