Improve the description of the microwave; fix indentation of the hallway
[the-server-room.git] / the-server-room.inf
index fe4318221f07e6efbf76f3bc59923659bc00f5ae..767d2b081131da49af4ed3b0b08f1ed7912f8866 100644 (file)
@@ -38,7 +38,7 @@
 Constant Story "The Server Room";
 Constant Headline "^An Interactive Fiction by Daniel Bartholomew.^";
 Release 1;
-Serial "080625";                        !for keeping track of public releases
+Serial "190827";
 Constant MAX_SCORE = 6;
 Include "parser";
 Include "verblib";
@@ -75,11 +75,14 @@ Object  counter "long counter" break_room
   has   static supporter scenery;
 
 Object  microwave "microwave" counter
-  with  description "Your standard microwave.",
+  with  description
+            "A combination of silver and black, this microwave looks
+            like a real workhorse. It's compact, quiet, and works
+            great.",
         name 'microwave' 'micro',
   has   container openable scenery;
 
-Object  table "Table" break_room
+Object  table "table" break_room
   with  description "It's a table. Were you expecting something else?",
         name 'table',
         before [;
@@ -121,9 +124,9 @@ Object  disc "Trisquel CD" backpack
 Object  hallway "Hallway"
   with  description
             "Bereft of features, adornment or even adequate lighting,
-             this hallway is as plain as they come. Doors lead east
-             back to the break room, north to the server room, or
-             west to the restrooms.",
+            this hallway is as plain as they come. Doors lead east
+            back to the break room, north to the server room, or
+            west to the restrooms.",
         e_to break_room,
         n_to server_room,
         w_to
@@ -187,6 +190,9 @@ Object  tray "tray" server_room
   with  description "It's a CD tray. Just like every other CD tray.",
         name 'cd' 'tray',
         before [;
+          Receive:
+            if (noun ~= disc)
+                print_ret (The) noun, " is too big to fit.";
           Open:
             if (openedtray == 1) {
                 score = score + 2;