From f45ff5060322d096d4f64136be8e0d1bdc6ef53b Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 6 Aug 2009 09:23:49 +0000 Subject: Experimentally use mpr() instead of simple_god_message() for Ely's no-piety gain "support" when pacifying monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10493 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') 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); -- cgit v1.2.3-54-g00ecf