From add6db28b8d0163546df55245f7b321a5e31ce31 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 10 Jul 2008 02:42:57 +0000 Subject: Apply trunk r6470 to 0.4. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6471 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 437ca0d192..225681b04b 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -2624,7 +2624,7 @@ static void _decrement_durations() if (you.duration[DUR_DIVINE_SHIELD] > 1) { if (--you.duration[DUR_DIVINE_SHIELD] == 1) - mpr("Your divine shield starts to fade."); + mpr("Your divine shield starts to fade.", MSGCH_DURATION); } if (you.duration[DUR_DIVINE_SHIELD] == 1 && !one_chance_in(3)) @@ -2633,7 +2633,7 @@ static void _decrement_durations() if (--you.attribute[ATTR_DIVINE_SHIELD] == 0) { you.duration[DUR_DIVINE_SHIELD] = 0; - mpr("Your divine shield fades completely."); + mpr("Your divine shield fades completely.", MSGCH_DURATION); } } } -- cgit v1.2.3-54-g00ecf