Tape wall and parts

This commit is contained in:
He4eT 2019-11-13 03:15:06 +05:00
commit dd1407a707
3 changed files with 69 additions and 12 deletions

View file

@ -11,13 +11,18 @@ cyanRoom: Room
living units.
<br>On the east wall you can see
the armored door that says <q>Operating room</q>.
<br>Enclosed by safety tape,
the doorway in the west wall
<br><<tapeWall.isRagged
? 'The'
: 'Enclosed by safety tape, the'>>
doorway in the west wall
looks damaged and corrupted.
<.p>"
north = yellowRoom
east = operatingRoomDoorOutside
west: FakeConnector {"
Striped safety tape blocks your way.
"}
;
+ Decoration, Fixture
@ -31,15 +36,8 @@ cyanRoom: Room
+ operatingRoomDoorOutside: LockableWithKey, Door, RoomPartItem
'armored operating door*doors'
'armored door'
" Armored door marked <q>Operating room</q>.
<br>Next to the door is a keycard reader
and a sign <q>Restricted area</q>.<br>"
specialNominalRoomPartLocation = defaultEastWall
;
+ Decoration, Fixture, RoomPartItem
'keycard reader'
'keycard reader'
"Small security device without any visible indicators."
" Armored door marked <q>Operating room</q>
and a massive mechanical locking device with a keyhole.
<br>Next to the door is a sign <q>Restricted area</q>.<br>"
specialNominalRoomPartLocation = defaultEastWall
;