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 '.','.',....
This commit is contained in:
PatR
2022-10-01 02:35:51 -07:00
parent 1da5cf570c
commit abfbbab16e

View File

@@ -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;