From fd61aa325443f8c2ed9da395d258cfc8042489bd Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 8 Sep 2019 11:25:45 -0700 Subject: [PATCH] Add initial restroom description --- the-server-room.inf | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/the-server-room.inf b/the-server-room.inf index f285561..6cbfee4 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -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" -- 2.31.1