X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;fp=actions.c;h=658d95d1789fe6df51ab990128d0cf807d790c63;hp=05377ffed9bd8ccfe018adfe735e13b66cdb17be;hb=fe378b9e136bfe93b5166ef36f03cad976d643b2;hpb=4ce4de190ee7088c94a87888298352b35d0ca4f3 diff --git a/actions.c b/actions.c index 05377ff..658d95d 100644 --- a/actions.c +++ b/actions.c @@ -231,7 +231,10 @@ static phase_codes_t bigwords(vocab_t id) } } else { /* Magic-word sequebce was started but is incorrect */ - rspeak(START_OVER); + if (settings.oldstyle || game.seenbigwords) + rspeak(START_OVER); + else + rspeak(WELL_POINTLESS); game.foobar = WORD_EMPTY; return GO_CLEAROBJ; }