X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fhomeland.inf;fp=src%2Fhomeland.inf;h=d0162f14c431170f44668b08c06146e654fde8aa;hb=20868b7787e7fa4c5d413a6a1b061853dc0d0822;hp=1e346a4e05e6c5063980f9a073b7fbd196766d22;hpb=4ef3c7e75c6f32e0c09d3e538cfd8ecbc3e372a9;p=homeland.git 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