summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index bb7cf5a87a..459ba0894c 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1189,9 +1189,8 @@ bool cast_summon_wraiths(int pow, bool god_gift)
{
success = true;
- mprf("%s",
- friendly ? "An insubstantial figure forms in the air."
- : "You sense a hostile presence.");
+ mpr(friendly ? "An insubstantial figure forms in the air."
+ : "You sense a hostile presence.");
}
else
canned_msg(MSG_NOTHING_HAPPENS);