Add Receive to microwave
[the-server-room.git] / the-server-room.inf
index 50a41fb47249de44a1506068740633399d443133..595fd2dcc1f6b5a46c3ad39a525ebaa12bdf83f7 100644 (file)
@@ -89,7 +89,14 @@ Object  whitecouch "white couch" break_room
           Take, Pull, Push, PushDir:
             print_ret (The) self, " is too heavy for that.";
         ],
-  has   static supporter enterable;
+  has   scenery static supporter enterable;
+
+Object  posters "posters" break_room
+  with  description
+            "Fold outs from a japanese sport fanzine, the posters
+            really show off the players and game.",
+        name 'sport' 'sports' 'poster' 'posters',
+  has   scenery;
 
 Object  fridge "refrigerator" break_room
   with  description
@@ -117,6 +124,15 @@ Object  microwave "microwave" counter
             like a real workhorse. It's compact, quiet, and works
             great.",
         name 'microwave' 'micro',
+        before [;
+          Receive:
+            print "Put ";
+            print (a) noun;
+            print_ret
+                " into the microwave? Maybe you should come with a
+                warning label because you contain more than a trace
+                amount of nut.";
+        ],
   has   container openable;
 
 Object  table "table" break_room