X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=2a223bc9a9e40b42626530ee93d8820937d1d0db;hp=6cdc61dbb9cd857207f4b355ce3bfb693f8669f4;hb=a678b68b39f21f8b2853e45c6138d815a82a3423;hpb=87961483a22111329eac6967705190ccd72330f6 diff --git a/actions.c b/actions.c index 6cdc61d..2a223bc 100644 --- a/actions.c +++ b/actions.c @@ -1054,7 +1054,8 @@ int action(FILE *input, enum speechpart part, token_t verb, token_t obj) switch (part) { case intransitive: - if (WD2 > 0 && verb != SAY) return (2800); + if (WD2 > 0 && verb != SAY) + return GO_WORD2; if (verb == SAY)obj = WD2; if (obj == 0 || obj == INTRANSITIVE) { /* Analyse an intransitive verb (ie, no object given yet). */