From 44818cc1af35a3708697f3f2a56c920a4c01d517 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 18 Apr 2020 10:27:08 -0700 Subject: [PATCH] Improve the description of the table --- the-server-room.inf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/the-server-room.inf b/the-server-room.inf index 4ac4ca6..ee34e0e 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -1,6 +1,6 @@ !% -SD !========================================================================= -! Copyright (C) 2019 Jason Self +! Copyright (C) 2019, 2020 Jason Self ! ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU Affero General Public License as @@ -38,7 +38,7 @@ Constant Story "The Server Room"; Constant Headline "^An Interactive Fiction by Daniel Bartholomew.^"; Release 1; -Serial "190908"; +Serial "200418"; Constant MAX_SCORE = 6; Include "parser"; Include "verblib"; @@ -136,7 +136,11 @@ Object microwave "microwave" counter has container openable; Object table "table" break_room - with description "It's a table. Were you expecting something else?", + with description "The table is made of strong wood. It looks to + be about 6 feet across and could probably sit 6 + to 8 people. It's white, round and seems very + functional as a table despite looking quite + heavy.", name 'table', before [; Take: -- 2.31.1