summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-06 09:23:49 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-06 09:23:49 +0000
commitf45ff5060322d096d4f64136be8e0d1bdc6ef53b (patch)
tree612e0908544952f5f9058220b6d4efaf0b8620a6 /crawl-ref/source/spells1.cc
parentb331266740598d8513d337f61d1cd75d540a9534 (diff)
downloadcrawl-ref-f45ff5060322d096d4f64136be8e0d1bdc6ef53b.tar.gz
crawl-ref-f45ff5060322d096d4f64136be8e0d1bdc6ef53b.zip
Experimentally use mpr() instead of simple_god_message() for Ely's no-piety
gain "support" when pacifying monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10493 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 8e74d8f7e6..04ee3c079e 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -781,7 +781,7 @@ static int _healing_spell(int healed, bool divine_ability,
if (pgain > 0)
simple_god_message(" approves of your offer of peace.");
else
- simple_god_message(" supports your offer of peace.");
+ mpr("Elyvilon supports your offer of peace.");
if (is_holy)
good_god_holy_attitude_change(monster);