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

11 lines
291 B
Perl

oldDoorOutside: LockableWithKey, Door, RoomPartItem
-> oldDoor
'old wooden door*doors'
'old door'
"An old wooden door worn by time. "
isListed = true
keyList = [ goldKey ]
knownKeyList = [ goldKey ]
location = secondRoom
specialNominalRoomPartLocation = defaultSouthWall
;