summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-04 22:54:07 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-04 22:54:07 -0700
commit4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a (patch)
treecb56385872922f49cdd538efa5ce6c562ef111d6 /crawl-ref/source/monster.h
parent6f0af88fe662aaa218d7d1bb35a4fa2f54ed3e01 (diff)
downloadcrawl-ref-4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a.tar.gz
crawl-ref-4e359b6150a2b2f3201f52ffc1ea586a5c2d0a2a.zip
Move go_berserk() out of misc.cc
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 1122f7ef59..bba080604a 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -305,7 +305,7 @@ public:
bool can_go_frenzy() const;
bool can_go_berserk() const;
bool can_jump() const;
- void go_berserk(bool intentional, bool potion = false);
+ bool go_berserk(bool intentional, bool potion = false);
bool go_frenzy(actor *source);
bool berserk() const;
bool berserk_or_insane() const;