diff --git a/src/item/interior.t b/src/item/interior.t
index 4775535..3aa5029 100644
--- a/src/item/interior.t
+++ b/src/item/interior.t
@@ -24,7 +24,6 @@ MultiLoc, Decoration
orangeBathroom,
yellowRoom,
cyanRoom,
- pinkRoom,
- redRoom
+ pinkRoom
]
;
diff --git a/src/room/redRoom.t b/src/room/redRoom.t
index 045a9ed..0ce8a56 100644
--- a/src/room/redRoom.t
+++ b/src/room/redRoom.t
@@ -1,6 +1,12 @@
redRoom: Room
'Operating room'
- " Operating room"
+ " Spacious operating room.
+
In the center of the room,
+ under a system of lights,
+ there is an operating table
+ surrounded by medical equipment.
+
A table with medical supplies
+ is located against the wall. "
west = operatingRoomDoor
;
@@ -11,3 +17,19 @@ redRoom: Room
"An armored door with a massive locking mechanism. "
specialNominalRoomPartLocation = defaultWestWall
;
+
++ Bed, Heavy
+ 'operating table'
+ 'operating table'
+ " Adjustable operating table with
+ multiple clips and mounts.
+
It looks scary and
+ as uncomfortable as possible. "
+;
+
++ Decoration
+ 'light*lights/lamp*lamps/system'
+ 'light system'
+ " Complex lighting system.
+
Only a few lamps are lit. "
+;