From 73a7c4bf77d4158d6245c42bdc7b4d3a7f51c6ae Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 26 Aug 2019 21:10:36 -0700 Subject: [PATCH] Improve the description of the microwave; fix indentation of the hallway --- the-server-room.inf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/the-server-room.inf b/the-server-room.inf index c3a429b..767d2b0 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 "190826"; +Serial "190827"; Constant MAX_SCORE = 6; Include "parser"; Include "verblib"; @@ -75,7 +75,10 @@ Object counter "long counter" break_room has static supporter scenery; Object microwave "microwave" counter - with description "Your standard microwave.", + with description + "A combination of silver and black, this microwave looks + like a real workhorse. It's compact, quiet, and works + great.", name 'microwave' 'micro', has container openable scenery; @@ -121,9 +124,9 @@ Object disc "Trisquel CD" backpack Object hallway "Hallway" with description "Bereft of features, adornment or even adequate lighting, - this hallway is as plain as they come. Doors lead east - back to the break room, north to the server room, or - west to the restrooms.", + this hallway is as plain as they come. Doors lead east + back to the break room, north to the server room, or + west to the restrooms.", e_to break_room, n_to server_room, w_to -- 2.31.1