Revert "granular verbose message suppression mechanics"
This reverts commit be76727265.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user