From 10fca06f0285184da8ef1ede1ebd86cbd2a2cc23 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 22 Mar 2020 20:24:32 +0500 Subject: [PATCH] redRoom: other interior --- src/room/redRoom.t | 36 ++++++++++++++++++++++++++++++++---- test/gotoRedRoom | 16 ++++++++++++++++ 2 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 test/gotoRedRoom diff --git a/src/room/redRoom.t b/src/room/redRoom.t index 0ce8a56..8328e9d 100644 --- a/src/room/redRoom.t +++ b/src/room/redRoom.t @@ -18,6 +18,13 @@ redRoom: Room specialNominalRoomPartLocation = defaultWestWall ; ++ Decoration + 'light*lights/lamp*lamps/system' + 'light system' + " Complex lighting system. +
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. -
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. +
Marked with Environmental hazard sign. " ; diff --git a/test/gotoRedRoom b/test/gotoRedRoom new file mode 100644 index 0000000..d1ac4d2 --- /dev/null +++ b/test/gotoRedRoom @@ -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