From: Jason Self Date: Sun, 12 Jun 2022 03:41:56 +0000 (-0700) Subject: Update to serial 220611 X-Git-Url: https://jxself.org/git/?p=homeland.git;a=commitdiff_plain;h=20868b7787e7fa4c5d413a6a1b061853dc0d0822 Update to serial 220611 --- diff --git a/src/homeland.inf b/src/homeland.inf index 1e346a4..d0162f1 100644 --- a/src/homeland.inf +++ b/src/homeland.inf @@ -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