mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-05 01:17:24 +00:00
Add third room with door
This commit is contained in:
parent
1c14b4c224
commit
4c8495581b
4 changed files with 27 additions and 0 deletions
13
locations/thirdRoom.t
Normal file
13
locations/thirdRoom.t
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue