summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-26 19:43:53 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-26 19:43:53 +0000
commitd550998fa809783f599a317b9e9c8cbe9e2fb9a1 (patch)
tree0e6232206d229269727308331d1380829ee5d325 /crawl-ref/source/message.cc
parentc9fda02ca95819b56b730617ecc71c7584bfdcd0 (diff)
downloadcrawl-ref-d550998fa809783f599a317b9e9c8cbe9e2fb9a1.tar.gz
crawl-ref-d550998fa809783f599a317b9e9c8cbe9e2fb9a1.zip
Adjusted piety costs for Beogh smiting and Okawaru Haste (cbus/syllogism).
Reduced monster spawn ramp-up in Vestibule. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2217 c06c8d41-db1a-0410-9941-cceddc491573
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 c0de62fb22..eb6507c68e 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -489,7 +489,8 @@ static void mpr_check_patterns(const std::string& message,
&& channel != MSGCH_TALK && channel != MSGCH_TALK_VISUAL
&& channel != MSGCH_SOUND)
{
- interrupt_activity( AI_MESSAGE, channel_to_str(channel) + ":" + message );
+ interrupt_activity( AI_MESSAGE,
+ channel_to_str(channel) + ":" + message );
}
// Check messages for all forms of running now.