summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/behold.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/behold.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/behold.cc')
-rw-r--r--crawl-ref/source/behold.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/behold.cc b/crawl-ref/source/behold.cc
index a1f9531624..7c4f212948 100644
--- a/crawl-ref/source/behold.cc
+++ b/crawl-ref/source/behold.cc
@@ -133,7 +133,7 @@ void player::beholders_check_noise(int loudness, bool axe)
if (loudness >= 20 && beheld())
{
- mprf("For a moment, your mind becomes perfectly clear!");
+ mpr("For a moment, your mind becomes perfectly clear!");
clear_beholders();
_removed_beholder();
}