summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.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/player-act.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/player-act.cc')
-rw-r--r--crawl-ref/source/player-act.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player-act.cc b/crawl-ref/source/player-act.cc
index 364f3ea74a..dfcd568ca7 100644
--- a/crawl-ref/source/player-act.cc
+++ b/crawl-ref/source/player-act.cc
@@ -709,7 +709,7 @@ bool player::can_go_berserk(bool intentional, bool potion, bool quiet) const
if (stasis(false))
{
if (verbose)
- mprf("You cannot go berserk while under stasis.");
+ mpr("You cannot go berserk while under stasis.");
return false;
}