simple-tads-game/locations/thirdRoom.t
2024-12-10 09:44:10 +01:00

13 lines
319 B
Perl

thirdRoom: Room 'Third Room'
"This is just another boring room."
north = oldDoor
;
+ oldDoor: LockableWithKey, Door, RoomPartItem
'old wooden door*doors'
'old door'
"An old wooden door worn by time. "
keyList = [ goldKey ]
knownKeyList = [ goldKey ]
specialNominalRoomPartLocation = defaultNorthWall
;