Add plural name to allow references to tables
[the-mall.git] / the-mall.inf
index c8ede31906d21e7b4c4d0534efaa48df3d1cb55e..80f96ddf090b240a051a69727fe249d1886d8813 100644 (file)
@@ -17,6 +17,7 @@ Constant Story "The Mall";
 Constant Headline 
     "^By Jason Self^
     ^If you get stuck try typing HELP.^
+    ^Source code: https://jxself.org/git/?p=the-mall.git^
     Send bugs and feedback by email to j@@64jxself.org.^
     Copyright (C) 2019 Jason Self^
     This game gives you freedom; you can change and share it under 
@@ -28,7 +29,7 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 0;
-Serial "190717";
+Serial "190802";
 
 Object  bank "Bank of Zork"
   with  description 
@@ -76,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