summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
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);