From 00005320c53fa3bdd66df6d805bf4f83fa43bec1 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 7 Jan 2010 20:16:25 +1000 Subject: 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. --- crawl-ref/source/monster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/monster.h') 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; -- cgit v1.2.3-54-g00ecf