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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user