From f858cfc60235a5cfb86dd2a2c510dde5e130a4bf Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 6 Nov 2009 13:37:03 -0600 Subject: Move checks for the berserk state into actor::berserk(). --- crawl-ref/source/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/player.h') 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; -- cgit v1.2.3-54-g00ecf