summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-10 21:21:26 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-10 21:22:32 -0600
commit9b6c9948161b4ee44256d1775d3cad1a7d6db943 (patch)
tree38939aa1016f862f8cefc7c06b6bd25975542a9d /crawl-ref/source/delay.cc
parent762d21af96ae76fd55c9aa040d09d9a8baa35852 (diff)
downloadcrawl-ref-9b6c9948161b4ee44256d1775d3cad1a7d6db943.tar.gz
crawl-ref-9b6c9948161b4ee44256d1775d3cad1a7d6db943.zip
Give monster warnings their own channel.
People who like setting force_mores on this can thus do so with one line for all possible variants on the message.
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 8c099c0fbe..58476dc009 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1654,7 +1654,7 @@ static inline bool _monster_warning(activity_interrupt_type ai,
msgs_buf->push_back(text);
else
{
- mprf(MSGCH_WARN, "%s", text.c_str());
+ mprf(MSGCH_MONSTER_WARNING, "%s", text.c_str());
if (ash_id || zin_id)
mprf(MSGCH_GOD, "%s", god_warning.c_str());
#ifndef USE_TILE_LOCAL