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/directn.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index bfbc35b166..8e17763165 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -2994,6 +2994,7 @@ static std::string _describe_mons_enchantment(const monsters &mons, case ENCH_ROT: return "rotting away"; //jmf: "covered in sores"? case ENCH_CORONA: return "softly glowing"; case ENCH_SLOW: return "moving slowly"; + case ENCH_INSANE: return "frenzied and insane"; case ENCH_BERSERK: return "berserk"; case ENCH_BATTLE_FRENZY: return "consumed by blood-lust"; case ENCH_HASTE: return "moving very quickly"; -- cgit v1.2.3-54-g00ecf