summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 17a3c500d8..a1732b0fe6 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -4279,8 +4279,7 @@ void read_scroll( int slot )
}
case SCR_NOISE:
- mpr("You hear a loud clanging noise!");
- noisy( 25, you.x_pos, you.y_pos );
+ noisy(25, you.x_pos, you.y_pos, "You hear a loud clanging noise!");
break;
case SCR_SUMMONING: