summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-07 20:16:25 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-07 21:25:57 +1000
commit00005320c53fa3bdd66df6d805bf4f83fa43bec1 (patch)
tree02038aca86a5ce6d01965ba91b8e191ebe8a2e2b /crawl-ref/source/monster.h
parentcf714fb898d9a640ac9d7fc7f90d9a81294b572b (diff)
downloadcrawl-ref-00005320c53fa3bdd66df6d805bf4f83fa43bec1.tar.gz
crawl-ref-00005320c53fa3bdd66df6d805bf4f83fa43bec1.zip
Change "wrath" needles to "frenzy".
This introduces a new monster enchantment: ENCH_INSANE (or frenzy), sends the monster neutral and berserk at the same time. The needle now has the effect of causing this enchantment, instead of just sending monsters berserk. It now actually has some use, even if it is slightly risky.
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index bae6cb4711..28acc4a729 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -296,7 +296,9 @@ public:
void attacking(actor *other);
bool can_go_berserk() const;
void go_berserk(bool intentional);
+ void go_frenzy();
bool berserk() const;
+ bool frenzied() const;
bool can_mutate() const;
bool can_safely_mutate() const;
bool can_bleed() const;