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

@@ -220,7 +220,7 @@ ready_weapon(struct obj *wep)
}
setuwep(wep);
if (was_twoweap && !u.twoweap && Verbose(1, ready_weapon)) {
if (was_twoweap && !u.twoweap && flags.verbose) {
/* skip this message if we already got "empty handed" one above;
also, Null is not safe for neither TWOWEAPOK() or bimanual() */
if (uwep)
@@ -687,7 +687,7 @@ wield_tool(struct obj *obj,
return FALSE;
}
if (welded(uwep)) {
if (Verbose(1, wield_tool)) {
if (flags.verbose) {
const char *hand = body_part(HAND);
if (bimanual(uwep))