Deny access to the server room from the hallway
[the-server-room.git] / the-server-room.inf
index 5294b7441befd09b56ca51b8b00ec33f8f5faea0..f2855612b3834d96b309f8595a32e3d957b2baaa 100644 (file)
@@ -62,7 +62,11 @@ Object  break_room "Break Room"
   has   light;
 
 Object  fridge "refrigerator" break_room
-  with  description "Your standard refrigerator.",
+  with  description
+            "This refrigerator makes a statement with a sleek, modern
+            and minimal stainless steel design. Featuring large doors
+            it seems quite an impressive refrigerator that can hold a
+            lot.",
         name 'fridge' 'refrigerator',
   has   container openable scenery;
 
@@ -133,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"