From abfbbab16ea077f2a485639c5793d4bda4270901 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 1 Oct 2022 02:35:51 -0700 Subject: [PATCH] use Norep() for searching while engulfed Suggested by entrez: when you search while engulfed the feedback asks whether you're looking for the exit, but the joke about the exit isn't funny when repeated over and over which happens if the player waits to be expelled by using 's','s',... rather than '.','.',.... --- src/detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect.c b/src/detect.c index 7f43e13e0..ec7633825 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1876,7 +1876,7 @@ dosearch0(int aflag) /* intrinsic autosearch vs explicit searching */ if (u.uswallow) { if (!aflag) - pline("What are you looking for? The exit?"); + Norep("What are you looking for? The exit?"); } else { int fund = (uwep && uwep->oartifact && spec_ability(uwep, SPFX_SEARCH)) ? uwep->spe : 0;