summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-07 23:09:38 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-07 23:09:38 +0100
commitee183b121218deff2df20e68d69f8220a32b9d8c (patch)
treebe34670862a51293217ed0aa7ee7cf1ea528af8d /crawl-ref/source/monster.cc
parent443ff1cd181d260d562a35bffc60d61179ce1268 (diff)
downloadcrawl-ref-ee183b121218deff2df20e68d69f8220a32b9d8c.tar.gz
crawl-ref-ee183b121218deff2df20e68d69f8220a32b9d8c.zip
Make unknown potions of rage override clarity. Drugs > being focused > anger.
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index f541ccd0f4..d01d713bff 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -2762,7 +2762,7 @@ void monsters::go_frenzy()
xom_is_stimulated(friendly() ? 32 : 128);
}
-void monsters::go_berserk(bool /* intentional */)
+void monsters::go_berserk(bool /* intentional */, bool /* potion */)
{
if (!can_go_berserk())
return;