From c03846e3410d492f4da34b585413f43265a12dbb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 6 Nov 2009 18:34:53 -0600 Subject: Make messages consistent between opening and closing doors. --- crawl-ref/source/acr.cc | 5 +---- 1 file changed, 1 insertion(+), 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()); } -- cgit v1.2.3-54-g00ecf