From 5897b609138faea8d99ff2e5f0746c587e8d4bb3 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 27 Oct 2020 20:07:07 -0700 Subject: [PATCH] Add key card --- the-server-room.inf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/the-server-room.inf b/the-server-room.inf index ee34e0e..615ddb7 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 "200418"; +Serial "201027"; Constant MAX_SCORE = 6; Include "parser"; Include "verblib"; @@ -199,6 +199,15 @@ Object hallway "Hallway" w_to restroom, has light; +Object keycard "key card" break_room + with description + "The key card is thin and black with a magnetic strip + down the middle. The company logo is laser-etched into + the plastic on one side. The card is slightly bendable + and easy to grip.", + name 'key' 'card' 'keycard', + has ; + Object restroom "Restroom" with description "This average-sized, square restroom has a sink set into a @@ -285,6 +294,7 @@ Object tray "tray" server_room [ Initialise; location = break_room; + move keycard to player; "^^^^It's Saturday, a nice one at that, and you've been called in to fix a server that's on the blink. Again.^^You've had it. This server is going to run GNU/Linux from this day forward! The -- 2.31.1