From 73f46845cae8dbf84f1b8b4f0ac9796afa794bf9 Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 12 Jun 2024 12:35:08 -0700 Subject: [PATCH] refine wizard mode throne #sit --- src/sit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sit.c b/src/sit.c index d1a2bd682..6ae53fe81 100644 --- a/src/sit.c +++ b/src/sit.c @@ -41,12 +41,12 @@ throne_sit_effect(void) if (rnd(6) > 4) { /* [why so convoluted? it's the same as '!rn2(3)'] */ int effect = rnd(13); - if (wizard) { + if (wizard && !iflags.debug_fuzzer) { char buf[BUFSZ]; int which; buf[0] = '\0'; - getlin("Throne sit effect (1..13)", buf); + getlin("Throne sit effect (1..13) [0=random]", buf); if (buf[0] == '\033') { pline("%s", Never_mind); return; /* caller will still cause a move to elapse */