Revert "granular verbose message suppression mechanics"
This reverts commit be76727265.
This commit is contained in:
@@ -588,7 +588,7 @@ explode(
|
||||
if (uhurt) {
|
||||
/* give message for any monster-induced explosion
|
||||
or player-induced one other than scroll of fire */
|
||||
if (Verbose(1, explode) && (type < 0 || olet != SCROLL_CLASS)) {
|
||||
if (flags.verbose && (type < 0 || olet != SCROLL_CLASS)) {
|
||||
if (do_hallu) { /* (see explanation above) */
|
||||
do {
|
||||
Sprintf(hallu_buf, "%s explosion",
|
||||
|
||||
Reference in New Issue
Block a user