Add initial restroom description
authorJason Self <j@jxself.org>
Sun, 8 Sep 2019 18:25:45 +0000 (11:25 -0700)
committerJason Self <j@jxself.org>
Sun, 8 Sep 2019 18:25:45 +0000 (11:25 -0700)
the-server-room.inf

index f2855612b3834d96b309f8595a32e3d957b2baaa..6cbfee49bad499275d060b2a1937e9e89e435282 100644 (file)
@@ -144,9 +144,18 @@ Object  hallway "Hallway"
             Through the window in the door you can see someone moving
             around inside but there shouldn't be anyone else here
             today.",
-        w_to
-            "When nature calls, you'll know about it, but right now,
-            it isn't calling.",
+        w_to restroom,
+  has   light;
+
+Object  restroom "Restroom"
+  with  description
+            "This average-sized, square restroom has a sink set into a
+            resin counter. The floor is tiled, the ceiling has
+            removable tiles, and the walls are painted with a
+            wallpapered dado. Light is provided by ceiling lights. The
+            room is done in colors that remind you of the sky and
+            overall looks very eclectic.",
+        e_to hallway,
   has   light;
 
 Object  server_room "Server Room"