From: Jason Self Date: Tue, 27 Aug 2019 04:01:54 +0000 (-0700) Subject: It should not be possible to put the backpack into the tray X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=f3e9c98661e8cc76b4abad8cc4ccf19078cf9f2a;hp=7efc692464b9e3d5b35c06a93974823664578338;p=the-server-room.git It should not be possible to put the backpack into the tray --- diff --git a/the-server-room.inf b/the-server-room.inf index a3f8cc0..c3a429b 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -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"; @@ -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;