summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-21 15:21:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-21 15:21:42 +0200
commit78e20ae97a08501fed4d73f088c0911b4c011683 (patch)
tree243842d12106b0f871b0b5b365a31bc427838df5 /crawl-ref/source/message.cc
parentedaffbec1d81643992dd2eb44cfe6097b995b2b3 (diff)
downloadcrawl-ref-78e20ae97a08501fed4d73f088c0911b4c011683.tar.gz
crawl-ref-78e20ae97a08501fed4d73f088c0911b4c011683.zip
Give hell effects their own message channel.
There's too many of them do comfortably list in your config, some include "," which is a separator. Also, it's better to have them all on one colour rather than four.
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 1bd95acd13..b9d2b94e8c 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -893,6 +893,7 @@ static msg_colour_type channel_to_msgcol(msg_channel_type channel, int param)
case MSGCH_TALK:
case MSGCH_TALK_VISUAL:
+ case MSGCH_HELL_EFFECT:
ret = MSGCOL_WHITE;
break;