summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index cfaf13ec16..998a402315 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -318,6 +318,7 @@ int channel_to_colour( msg_channel_type channel, int param )
break;
case MSGCH_PLAIN:
+ case MSGCH_FRIEND_ACTION:
case MSGCH_ROTTEN_MEAT:
case MSGCH_EQUIPMENT:
case MSGCH_EXAMINE:
@@ -503,7 +504,7 @@ static void mpr_check_patterns(const std::string& message,
if (channel != MSGCH_DIAGNOSTICS && channel != MSGCH_EQUIPMENT
&& channel != MSGCH_TALK && channel != MSGCH_TALK_VISUAL
&& channel != MSGCH_FRIEND_SPELL && channel != MSGCH_FRIEND_ENCHANT
- && channel != MSGCH_SOUND)
+ && channel != MSGCH_FRIEND_ACTION && channel != MSGCH_SOUND)
{
interrupt_activity( AI_MESSAGE,
channel_to_str(channel) + ":" + message );