summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 4a56ce88d3..92b230a6dc 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -210,12 +210,12 @@ static int _str_to_channel_colour( const std::string &str )
static const std::string message_channel_names[ NUM_MESSAGE_CHANNELS ] =
{
- "plain", "prompt", "god", "pray", "duration", "danger", "warning", "food",
- "recovery", "sound", "talk", "talk_visual", "intrinsic_gain", "mutation",
- "monster_spell", "monster_enchant", "friend_spell", "friend_enchant",
- "monster_damage", "monster_target", "rotten_meat", "equipment", "floor",
- "multiturn", "examine", "examine_filter", "diagnostic", "error",
- "tutorial"
+ "plain", "friend_action", "prompt", "god", "pray", "duration", "danger",
+ "warning", "food", "recovery", "sound", "talk", "talk_visual",
+ "intrinsic_gain", "mutation", "monster_spell", "monster_enchant",
+ "friend_spell", "friend_enchant", "monster_damage", "monster_target",
+ "rotten_meat", "equipment", "floor", "multiturn", "examine",
+ "examine_filter", "diagnostic", "error", "tutorial"
};
// returns -1 if unmatched else returns 0--(NUM_MESSAGE_CHANNELS-1)