From 426684fec2c4b61ae3e1eb6c709fca61f0e5753f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Mar 2023 17:46:13 -0500 Subject: [PATCH] Increase retrigressiveness of oldstyle a bit. --- actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1