From 0b2862490ed9640198d3cc4d7d89808a27afa247 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 6 Aug 2009 13:03:41 +0000 Subject: 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 --- crawl-ref/source/spells1.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') 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) -- cgit v1.2.3-54-g00ecf