From f3e9c98661e8cc76b4abad8cc4ccf19078cf9f2a Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 26 Aug 2019 21:01:54 -0700 Subject: [PATCH] It should not be possible to put the backpack into the tray --- the-server-room.inf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.31.1