From: Jason Self Date: Sun, 8 Sep 2019 16:02:52 +0000 (-0700) Subject: Deny access to the server room from the hallway X-Git-Url: https://jxself.org/git/?p=the-server-room.git;a=commitdiff_plain;h=5e9fdf3a4dcb65f2fd8383c4e9f96ce18a6f5154 Deny access to the server room from the hallway --- diff --git a/the-server-room.inf b/the-server-room.inf index df85ed2..f285561 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -137,18 +137,16 @@ Object hallway "Hallway" back to the break room, north to the server room, or west to the restrooms.", e_to break_room, - n_to server_room, + n_to + "You use your key card to open the server room door but + instead of a beep of approval and an unlocked door you + get a buzz of denial and the door remains locked. Plus: + 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.", - before [; - Go: - if (noun == n_obj) { - print - "^^You use your key card to open the server room - door and step into your world.^"; - } - ], has light; Object server_room "Server Room"