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

@@ -1199,7 +1199,7 @@ doorlock(struct obj *otmp, coordxy x, coordxy y)
} else {
/* for mtmp, mb_trapped() does is own wake_nearto() */
loudness = 40;
if (Verbose(1, doorlock1)) {
if (flags.verbose) {
Soundeffect(se_kaboom_door_explodes, 75);
if ((sawit || seeit) && !Unaware) {
pline("KABOOM!! You see a door explode.");
@@ -1218,7 +1218,7 @@ doorlock(struct obj *otmp, coordxy x, coordxy y)
unblock_point(x, y);
seeit = cansee(x, y);
newsym(x, y);
if (Verbose(1, doorlock2)) {
if (flags.verbose) {
if ((sawit || seeit) && !Unaware) {
pline_The("door crashes open!");
} else if (!Deaf) {