redRoom: other interior

This commit is contained in:
He4eT 2020-03-22 20:24:32 +05:00
commit 10fca06f02
2 changed files with 48 additions and 4 deletions

View file

@ -18,6 +18,13 @@ redRoom: Room
specialNominalRoomPartLocation = defaultWestWall
;
+ Decoration
'light*lights/lamp*lamps/system'
'light system'
" Complex lighting system.
<br>Only a few lamps are lit. "
;
+ Bed, Heavy
'operating table'
'operating table'
@ -28,8 +35,29 @@ redRoom: Room
;
+ Decoration
'light*lights/lamp*lamps/system'
'light system'
" Complex lighting system.
<br>Only a few lamps are lit. "
'medical equipment/holders/manipulators'
'medical equipment'
" Auxiliary manipulators
and holders for medical instruments. "
;
+ Heavy, Surface
'medical supplies desk/table'
'table with medical supplies'
" A large table with
two compartments
for storing supplies. "
;
++ Component, IndirectLockable, OpenableContainer
'top compartment*compartments'
'top compartment'
"A compartment for storing supplies. "
;
++ Component, IndirectLockable, OpenableContainer
'bottom compartment*compartments'
'bottom compartment'
" A large compartment for storing supplies.
<br>Marked with <q>Environmental hazard</q> sign. "
;