summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index babd15e4ad..ca1bb06bc2 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -419,8 +419,8 @@ public:
void attacking(actor *other);
bool can_go_berserk() const;
- bool can_go_berserk(bool intentional) const;
- void go_berserk(bool intentional);
+ bool can_go_berserk(bool intentional, bool potion = false) const;
+ void go_berserk(bool intentional, bool potion = false);
bool berserk() const;
bool can_mutate() const;
bool can_safely_mutate() const;