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

@@ -533,7 +533,7 @@ intemple(int roomno)
You("sense a presence close by!");
mtmp->mpeaceful = 0;
set_malign(mtmp);
if (Verbose(3, intemple))
if (flags.verbose)
You("are frightened to death, and unable to move.");
nomul(-3);
gm.multi_reason = "being terrified of a ghost";