From 20868b7787e7fa4c5d413a6a1b061853dc0d0822 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 11 Jun 2022 20:41:56 -0700 Subject: [PATCH] Update to serial 220611 --- src/homeland.inf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.31.1