mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
redRoom: some interior
This commit is contained in:
parent
df70dabe14
commit
2d036c483b
2 changed files with 24 additions and 3 deletions
|
|
@ -24,7 +24,6 @@ MultiLoc, Decoration
|
||||||
orangeBathroom,
|
orangeBathroom,
|
||||||
yellowRoom,
|
yellowRoom,
|
||||||
cyanRoom,
|
cyanRoom,
|
||||||
pinkRoom,
|
pinkRoom
|
||||||
redRoom
|
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -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. "
|
||||||
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue