mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
redRoom: other interior
This commit is contained in:
parent
4314290ec9
commit
10fca06f02
2 changed files with 48 additions and 4 deletions
|
|
@ -18,6 +18,13 @@ redRoom: Room
|
||||||
specialNominalRoomPartLocation = defaultWestWall
|
specialNominalRoomPartLocation = defaultWestWall
|
||||||
;
|
;
|
||||||
|
|
||||||
|
+ Decoration
|
||||||
|
'light*lights/lamp*lamps/system'
|
||||||
|
'light system'
|
||||||
|
" Complex lighting system.
|
||||||
|
<br>Only a few lamps are lit. "
|
||||||
|
;
|
||||||
|
|
||||||
+ Bed, Heavy
|
+ Bed, Heavy
|
||||||
'operating table'
|
'operating table'
|
||||||
'operating table'
|
'operating table'
|
||||||
|
|
@ -28,8 +35,29 @@ redRoom: Room
|
||||||
;
|
;
|
||||||
|
|
||||||
+ Decoration
|
+ Decoration
|
||||||
'light*lights/lamp*lamps/system'
|
'medical equipment/holders/manipulators'
|
||||||
'light system'
|
'medical equipment'
|
||||||
" Complex lighting system.
|
" Auxiliary manipulators
|
||||||
<br>Only a few lamps are lit. "
|
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. "
|
||||||
;
|
;
|
||||||
|
|
|
||||||
16
test/gotoRedRoom
Normal file
16
test/gotoRedRoom
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
>turn on the light
|
||||||
|
>w
|
||||||
|
>open locker
|
||||||
|
>take floss
|
||||||
|
>e
|
||||||
|
>s
|
||||||
|
>s
|
||||||
|
>take tape
|
||||||
|
>w
|
||||||
|
>open dumpster
|
||||||
|
>take cloth
|
||||||
|
>search cloth
|
||||||
|
>take key
|
||||||
|
>e
|
||||||
|
>unlock door
|
||||||
|
>e
|
||||||
Loading…
Add table
Add a link
Reference in a new issue