summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-06-19 10:59:30 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-07-15 22:41:16 -0600
commited6c583e510266c8cef40e4e3aa234b8e7c87938 (patch)
treee4e33d7fc887444babaaf648f742ec0d028828b9 /crawl-ref/source/monster.h
parent905040bb94ed63b7dfb8913fec6332237d10de7b (diff)
downloadcrawl-ref-ed6c583e510266c8cef40e4e3aa234b8e7c87938.tar.gz
crawl-ref-ed6c583e510266c8cef40e4e3aa234b8e7c87938.zip
New spell: Discord.
Level 8 Hexes; mass-frenzies everything in LOS. Found in Book of Enchantments.
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 9c80963c58..bb04b8adaa 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -299,7 +299,7 @@ public:
bool can_go_frenzy() const;
bool can_go_berserk() const;
void go_berserk(bool intentional, bool potion = false);
- void go_frenzy(actor *source);
+ bool go_frenzy(actor *source);
bool berserk() const;
bool berserk_or_insane() const;
bool has_lifeforce() const;