From 967a6fd08183b8eed365227163c3870b162b22f5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 6 Aug 2009 12:57:19 +0000 Subject: Also experimentally use mpr() instead of simple_god_message() for Ely's other no-piety pacification message. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10494 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 04ee3c079e..737218c0fe 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -818,10 +818,7 @@ static int _healing_spell(int healed, bool divine_ability, "creature."); } else - { - simple_god_message(" appreciates your healing of a fellow " - "creature."); - } + mpr(" appreciates your healing of a fellow creature."); // Give a small piety return. if (pgain > 0) -- cgit v1.2.3-54-g00ecf