mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-05 01:17:24 +00:00
11 lines
291 B
Perl
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
|
|
;
|