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
;

View file

@ -1,9 +1,11 @@
pinkRoom: Room
'Changing room'
" An elevator vestibule with a row of lockers,
a dumpster and posters with safety rules. "
a dumpster and posters with safety rules.
<br>You can see the elevator doors on the north wall. "
east = cyanRoom
south = elevatorDoor
;
+ Decoration
@ -21,13 +23,6 @@ pinkRoom: Room
]}
;
+ Decoration, RoomPartItem
'keycard reader'
'keycard reader'
"Small security device without any visible indicators. "
specialNominalRoomPartLocation = defaultSouthWall
;
+ Decoration
'dumpster label'
'dumpster label'