summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-06 12:57:19 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-06 12:57:19 +0000
commit967a6fd08183b8eed365227163c3870b162b22f5 (patch)
treeee15bd2959c33246d70eb1e1812adec599a39d2d /crawl-ref/source/spells1.cc
parentf45ff5060322d096d4f64136be8e0d1bdc6ef53b (diff)
downloadcrawl-ref-967a6fd08183b8eed365227163c3870b162b22f5.tar.gz
crawl-ref-967a6fd08183b8eed365227163c3870b162b22f5.zip
Also experimentally use mpr() instead of simple_god_message() for Ely's
other no-piety pacification message. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10494 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 04ee3c079e..737218c0fe 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -818,10 +818,7 @@ static int _healing_spell(int healed, bool divine_ability,
"creature.");
}
else
- {
- simple_god_message(" appreciates your healing of a fellow "
- "creature.");
- }
+ mpr(" appreciates your healing of a fellow creature.");
// Give a small piety return.
if (pgain > 0)