From a413ee411896f198be84496ce3d99d7af5527b8a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 7 Aug 2009 14:53:36 +0000 Subject: * Fix capitalization is staff description (2832393). * Use MSGCH_WARN for stat loss messaging (2831539). * Make debug armour acquirement statistics really ignore artefacts when counting egos. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10499 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 416f860d0b..dee0d8b925 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -663,7 +663,7 @@ bool lose_stat(unsigned char which_stat, unsigned char stat_loss, bool force, // finish outputting message: {dlb} msg += "."; - mpr(msg.c_str()); + mpr(msg.c_str(), statLowered ? MSGCH_WARN : MSGCH_PLAIN); if (newValue < 1) { -- cgit v1.2.3-54-g00ecf