Add third room with door

This commit is contained in:
He4eT 2024-12-10 09:44:10 +01:00
commit 4c8495581b
4 changed files with 27 additions and 0 deletions

11
items/oldDoor.t Normal file
View file

@ -0,0 +1,11 @@
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
;