From 8652a617b240063e6466e778f942adfd0a7cc215 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 19 May 2008 22:09:24 +0000 Subject: Fix [1967456]: Change "horribly wounded" to "severely wounded". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5143 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/message.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/message.cc') diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc index ed19b159ee..90dcb3ea95 100644 --- a/crawl-ref/source/message.cc +++ b/crawl-ref/source/message.cc @@ -302,7 +302,7 @@ int channel_to_colour( msg_channel_type channel, int param ) case MSGCH_MONSTER_DAMAGE: ret = ((param == MDAM_DEAD) ? RED : - (param >= MDAM_HORRIBLY_DAMAGED) ? LIGHTRED : + (param >= MDAM_SEVERELY_DAMAGED) ? LIGHTRED : (param >= MDAM_MODERATELY_DAMAGED) ? YELLOW : LIGHTGREY); break; -- cgit v1.2.3-54-g00ecf