From 0e7072ebd1fe1ede0700a8262ff81ee3ca193c6b Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 2 Aug 2019 05:55:12 -0700 Subject: [PATCH 1/1] Add plural name to allow references to tables --- the-mall.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the-mall.inf b/the-mall.inf index 41bbf0e..80f96dd 100644 --- a/the-mall.inf +++ b/the-mall.inf @@ -29,7 +29,7 @@ Constant Headline Include "parser"; Include "verblib"; Release 0; -Serial "190718"; +Serial "190802"; Object bank "Bank of Zork" with description @@ -77,7 +77,7 @@ Object cookhouse "Cookhouse" has light; Object table2 "table" cookhouse - with name 'table', + with name 'table' 'tables', has scenery supporter; Object tablecloth "tablecloth" table2 -- 2.31.1