summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/acr.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 84913e1791..0701299fea 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3436,13 +3436,10 @@ static void _close_door(coord_def move)
if (you.berserk())
{
if (silenced(you.pos()))
- {
mprf("You slam the %s%s shut!", adj, noun);
- }
else
{
- mprf(MSGCH_SOUND,
- "You slam the %s%s shut with an echoing bang!",
+ mprf(MSGCH_SOUND, "You slam the %s%s shut with a bang!",
adj, noun);
noisy(25, you.pos());
}