summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-06 13:03:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-06 13:03:41 +0000
commit0b2862490ed9640198d3cc4d7d89808a27afa247 (patch)
tree6cc0088a3c6addbf1877ef84462f30116c008a03 /crawl-ref/source/spells1.cc
parent967a6fd08183b8eed365227163c3870b162b22f5 (diff)
downloadcrawl-ref-0b2862490ed9640198d3cc4d7d89808a27afa247.tar.gz
crawl-ref-0b2862490ed9640198d3cc4d7d89808a27afa247.zip
Fix previous message to actually mention Elyvilon's name (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10495 c06c8d41-db1a-0410-9941-cceddc491573
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)