Update to serial 210328
[homeland.git] / src / homeland.inf
index 9239799e70d900cef07e9c010be5d202e1632df0..e06781f1fe7a5a118f4fdcc4657c5c20d064988c 100644 (file)
@@ -1,5 +1,5 @@
 !% $OMIT_UNUSED_ROUTINES=1
-! Copyright (C) 2019, 2020 Jason Self <j@jxself.org>
+! Copyright (C) 2019, 2020, 2021 Jason Self <j@jxself.org>
 !
 ! This file is free software: you may copy, redistribute and/or
 ! modify it under the terms of the GNU Affero General Public License
@@ -23,7 +23,7 @@ Constant Headline
     ^Ongoing development: https://jxself.org/git/?p=homeland.git
     ^Send bugs and feedback by email to j@@64jxself.org.
     ^IFID AC0898CB-0668-4853-9EB9-757958D4AF56
-    ^Copyright (C) 2019, 2020 Jason Self
+    ^Copyright (C) 2019, 2020, 2021 Jason Self
     ^You can change and share this game under the terms of the GNU 
     Affero General Public License as published by the Free Software 
     Foundation (FSF), either version 3 of the License, or (at your 
@@ -35,33 +35,13 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 0;
-Serial "201027";
-Include "src/objects/intro/kitchen.inf";
-Include "src/objects/intro/livingroom.inf";
-Include "src/objects/intro/bedroom.inf";
-Include "src/objects/intro/grandlivingroom.inf";
-Include "src/objects/intro/sidewalk.inf";
-Include "src/objects/intro/frontporch.inf";
-Include "src/objects/intro/neighborlivingroom.inf";
-Include "src/objects/intro/backyard.inf";
-Include "src/objects/intro/neighborkitchen.inf";
-
-Include "src/objects/overworld/campsite.inf";
-Include "src/objects/overworld/westofcampsite.inf";
-Include "src/objects/overworld/shed.inf";
-Include "src/objects/overworld/house.inf";
-Include "src/objects/overworld/grandlibrary.inf";
-Include "src/objects/overworld/g58.inf";
-Include "src/objects/overworld/g59.inf";
-Include "src/objects/overworld/g60.inf";
-Include "src/objects/overworld/g77.inf";
-Include "src/objects/overworld/g79.inf";
-Include "src/objects/overworld/h70.inf";
-Include "src/objects/overworld/h78.inf";
-Include "src/objects/overworld/h80.inf";
-Include "src/objects/overworld/h76.inf";
-
-Include "src/objects/globals.inf";
+Serial "210328";
+
+Include "src/intro.inf";
+
+Include "src/overworld.inf";
+
+Include "src/globals.inf";
 
 [ DeathMessage;
     if (deadflag == 3)
@@ -168,6 +148,9 @@ Verb 'Help'
 Verb 'Clue'
     * -> Help;
 
+Verb 'Hint'
+    * -> Help;
+
 Verb 'xyzzy'
     * -> Xyzzy;