This commit is contained in:
He4eT 2020-03-21 03:02:50 +05:00
commit 6264e881b8
8 changed files with 79 additions and 10 deletions

16
src/room/blackRoom.t Normal file
View file

@ -0,0 +1,16 @@
blackRoom: Room
'Long corridor'
" Long corridor.
<<blackElevatorDoor.makeOpen(nil)>>
<<blackElevatorDoor.makeLocked(true)>>"
;
+ blackElevatorDoor: IndirectLockable, Door, RoomPartItem
'elevator door*doors'
'elevator doors'
" Steel doors marked <q>restricted access</q>.
<br>There are no controls here."
specialNominalRoomPartLocation = defaultWestWall
;