From 5380ba519c113fb61dba5ddf363d70477b1e30bc Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 8 Sep 2019 17:20:14 -0700 Subject: [PATCH] Add Receive to microwave In case someone tries to put something in it. --- the-server-room.inf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/the-server-room.inf b/the-server-room.inf index f337e6c..595fd2d 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -124,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 -- 2.31.1