It should not be possible to put the backpack into the tray
[the-server-room.git] / the-server-room.inf
index fe4318221f07e6efbf76f3bc59923659bc00f5ae..c3a429b0ac0631627da8b0a3b87acdec263526ab 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 "190826";
 Constant MAX_SCORE = 6;
 Include "parser";
 Include "verblib";
@@ -79,7 +79,7 @@ Object  microwave "microwave" counter
         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 [;
@@ -187,6 +187,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;