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