From: Eric S. Raymond Date: Wed, 1 Mar 2023 22:46:13 +0000 (-0500) Subject: Increase retrigressiveness of oldstyle a bit. X-Git-Tag: 1.14~16 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=426684fec2c4b61ae3e1eb6c709fca61f0e5753f Increase retrigressiveness of oldstyle a bit. --- diff --git a/actions.c b/actions.c index c09331a..a831d97 100644 --- a/actions.c +++ b/actions.c @@ -226,7 +226,7 @@ static phase_codes_t bigwords(vocab_t id) } } else { fum: - if (game.loc == LOC_GIANTROOM) { + if (game.loc == LOC_GIANTROOM || settings.oldstyle) { rspeak(START_OVER); } else { /* This is new behavior in Open Adventure - sounds better when