redRoom: some interior

This commit is contained in:
He4eT 2020-03-22 19:23:18 +05:00
commit 2d036c483b
2 changed files with 24 additions and 3 deletions

View file

@ -24,7 +24,6 @@ MultiLoc, Decoration
orangeBathroom, orangeBathroom,
yellowRoom, yellowRoom,
cyanRoom, cyanRoom,
pinkRoom, pinkRoom
redRoom
] ]
; ;

View file

@ -1,6 +1,12 @@
redRoom: Room redRoom: Room
'Operating room' 'Operating room'
" Operating room" " Spacious operating room.
<br>In the center of the room,
under a system of lights,
there is an operating table
surrounded by medical equipment.
<br>A table with medical supplies
is located against the wall. "
west = operatingRoomDoor west = operatingRoomDoor
; ;
@ -11,3 +17,19 @@ redRoom: Room
"An armored door with a massive locking mechanism. " "An armored door with a massive locking mechanism. "
specialNominalRoomPartLocation = defaultWestWall specialNominalRoomPartLocation = defaultWestWall
; ;
+ Bed, Heavy
'operating table'
'operating table'
" Adjustable operating table with
multiple clips and mounts.
<br>It looks scary and
as uncomfortable as possible. "
;
+ Decoration
'light*lights/lamp*lamps/system'
'light system'
" Complex lighting system.
<br>Only a few lamps are lit. "
;