X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=actions.c;h=45dd8b66fe11ed0ac1bdec3a93690a9d727846d0;hb=3215930f646e7911d541bb1d29c73e9eb19db477;hp=6279306f723d801e20e5f494f8a27e8ace83f292;hpb=fd6da1537369ec3dea28ab2efbef628bb634c7e5;p=open-adventure.git diff --git a/actions.c b/actions.c index 6279306..45dd8b6 100644 --- a/actions.c +++ b/actions.c @@ -112,7 +112,7 @@ static int bigwords(token_t foo) int k = VOCAB(foo, 3); int spk = NOTHING_HAPPENS; if (game.foobar != 1 - k) { - if (game.foobar != 0)spk = START_OVER; + if (game.foobar != 0 && game.loc == LOC_GIANTROOM)spk = START_OVER; rspeak(spk); return GO_CLEAROBJ; } else {