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

@@ -58,7 +58,7 @@ ballfall(void)
if (hard_helmet(uarmh)) {
pline("Fortunately, you are wearing a hard helmet.");
dmg = 3;
} else if (Verbose(0, ballfall))
} else if (flags.verbose)
pline("%s does not protect you.", Yname2(uarmh));
}
losehp(Maybe_Half_Phys(dmg), "crunched in the head by an iron ball",