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

@@ -1716,7 +1716,7 @@ do_look(int mode, coord *click_cc)
if (from_screen || clicklook) {
if (from_screen) {
if (Verbose(2, dolook))
if (flags.verbose)
pline("Please move the cursor to %s.",
what_is_an_unknown_object);
else