X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fhomeland.inf;h=e06781f1fe7a5a118f4fdcc4657c5c20d064988c;hb=53c2e89d2532a0982b774d07415ad6683758e5c9;hp=9239799e70d900cef07e9c010be5d202e1632df0;hpb=5a0bcf5c2a248fc12a2fbfe841b605c6b49ec0e1;p=homeland.git diff --git a/src/homeland.inf b/src/homeland.inf index 9239799..e06781f 100644 --- a/src/homeland.inf +++ b/src/homeland.inf @@ -1,5 +1,5 @@ !% $OMIT_UNUSED_ROUTINES=1 -! Copyright (C) 2019, 2020 Jason Self +! Copyright (C) 2019, 2020, 2021 Jason Self ! ! 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;