Update to serial 220611 master
authorJason Self <j@jxself.org>
Sun, 12 Jun 2022 03:41:56 +0000 (20:41 -0700)
committerJason Self <j@jxself.org>
Sun, 12 Jun 2022 03:41:56 +0000 (20:41 -0700)
src/homeland.inf

index 1e346a4e05e6c5063980f9a073b7fbd196766d22..d0162f14c431170f44668b08c06146e654fde8aa 100644 (file)
@@ -35,7 +35,7 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 0;
-Serial "220206";
+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