summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fearmonger.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-11-28 09:25:12 +0100
committerNeil Moore <neil@s-z.org>2013-11-28 11:16:38 -0500
commit72c2b335f28c212203c9a7a54ccf1e9fda117c0d (patch)
tree1b23eeb3628fd0bfa0f1d4800414e619aaf8a849 /crawl-ref/source/fearmonger.cc
parent13de943e3c8a939d7652b614894fc9d900461ade (diff)
downloadcrawl-ref-72c2b335f28c212203c9a7a54ccf1e9fda117c0d.tar.gz
crawl-ref-72c2b335f28c212203c9a7a54ccf1e9fda117c0d.zip
Replace `mprf(s)` with `mpr(s)`
Scripted, then manually reviewed.
Diffstat (limited to 'crawl-ref/source/fearmonger.cc')
-rw-r--r--crawl-ref/source/fearmonger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fearmonger.cc b/crawl-ref/source/fearmonger.cc
index 591b3a262f..3c12989937 100644
--- a/crawl-ref/source/fearmonger.cc
+++ b/crawl-ref/source/fearmonger.cc
@@ -115,7 +115,7 @@ void player::fearmongers_check_noise(int loudness, bool axe)
if (loudness >= 20 && beheld())
{
- mprf("For a moment, your terror fades away!");
+ mpr("For a moment, your terror fades away!");
clear_fearmongers();
_removed_fearmonger();
}