X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=d0608f60f1d8017ec2d6bdeee1248215d8769a2a;hp=2b9973a55a7836348a22c05d74a5c974a66db73b;hb=6c6498b797c84653c04ef0a9fc31d52af159fdf2;hpb=4993be4c086b2a81dbf5af5a2c687cf2f0c93d21 diff --git a/actions.c b/actions.c index 2b9973a..d0608f6 100644 --- a/actions.c +++ b/actions.c @@ -849,7 +849,7 @@ static int say(void) int wd=VOCAB(WD1,-1); if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) { WD2=0; - return(2630); + return GO_LOOKUP; } RSPEAK(258); return GO_CLEAROBJ;