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.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 737218c0fe..deb7d06642 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -818,7 +818,10 @@ static int _healing_spell(int healed, bool divine_ability,
"creature.");
}
else
- mpr(" appreciates your healing of a fellow creature.");
+ {
+ mpr("Elyvilon appreciates your healing of a fellow "
+ "creature.");
+ }
// Give a small piety return.
if (pgain > 0)