summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 28acc4a729..1da2bd21b3 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -295,7 +295,7 @@ public:
void attacking(actor *other);
bool can_go_berserk() const;
- void go_berserk(bool intentional);
+ void go_berserk(bool intentional, bool potion = false);
void go_frenzy();
bool berserk() const;
bool frenzied() const;