Add Receive to microwave
[the-server-room.git] / the-server-room.inf
index 83f69e173b8c270cd991fe22ff71026f81da9cef..595fd2dcc1f6b5a46c3ad39a525ebaa12bdf83f7 100644 (file)
@@ -91,6 +91,13 @@ Object  whitecouch "white couch" break_room
         ],
   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
             "This refrigerator makes a statement with a sleek, modern
@@ -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