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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 0d113ff5b2..1456fd5fa4 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -395,6 +395,7 @@ public:
bool can_go_berserk() const;
bool can_go_berserk(bool verbose) const;
void go_berserk(bool intentional);
+ bool berserk() const;
bool can_mutate() const;
bool can_safely_mutate() const;
bool can_bleed() const;