Update to serial 220611
[homeland.git] / src / homeland.inf
index e06781f1fe7a5a118f4fdcc4657c5c20d064988c..d0162f14c431170f44668b08c06146e654fde8aa 100644 (file)
@@ -1,5 +1,5 @@
 !% $OMIT_UNUSED_ROUTINES=1
-! Copyright (C) 2019, 2020, 2021 Jason Self <j@jxself.org>
+! Copyright (C) 2019, 2020, 2021, 2022 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
@@ -35,7 +35,7 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 0;
-Serial "210328";
+Serial "220611";
 
 Include "src/intro.inf";
 
@@ -167,19 +167,19 @@ Verb 'stick' = 'put';
 Verb 'thrust' = 'put';
 
 Verb 'crawl'
-    * 'through' / 'out' / 'via' noun -> Go;
+    * 'through' / 'out' / 'via' noun -> Enter;
 
 Verb 'escape'
-    * 'through' / 'out' / 'via' noun -> Go;
+    * 'through' / 'out' / 'via' noun -> Enter;
 
 Extend 'jump'
-    * 'through' / 'out' / 'via' noun -> Go;
+    * 'through' / 'out' / 'via' noun -> Enter;
 
 Extend 'climb'
-    * 'through' / 'out' / 'via' noun -> Go;
+    * 'through' / 'out' / 'via' noun -> Climb;
 
 Extend 'go'
-    * 'through' / 'out' / 'via' noun -> Go;
+    * 'through' / 'out' / 'via' noun -> Enter;
 
 Extend 'attack'
     * noun 'with' noun -> Attack;
\ No newline at end of file