Revert "granular verbose message suppression mechanics"

This reverts commit be76727265.
This commit is contained in:
nhmall
2023-10-29 20:39:07 -04:00
parent 9bd9bbc57c
commit 6cbefc7c2d
39 changed files with 135 additions and 146 deletions

View File

@@ -422,7 +422,7 @@ use_stethoscope(struct obj *obj)
pline("%s %s %s really %s.",
use_plural ? "Those" : "That", what,
use_plural ? "are" : "is", mnm);
} else if (Verbose(0, use_stethoscope) && !canspotmon(mtmp)) {
} else if (flags.verbose && !canspotmon(mtmp)) {
There("is %s there.", mnm);
}