From e47db99b5c0e09041d8747b8aad9ce04ae7313dd Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sat, 7 Nov 2009 09:55:41 +1000 Subject: New unique: Aizul, disgraced guardian naga turned naga warrior. Casts Venom Bolt, Blink Other, Ensorcelled Hibernation, Slow and heals himself. Comes with a ruby-red naga barding, a shield, and a chance of a very nice weapon. Can appear on Snake:4 and Snake:5, and also on similar dungeon levels to Margery and co. Backstory: the guardian of a horde of treasure who fell asleep on the job. Thieves raided the place, and he was disgraced and kicked out. Turned to the role of a warrior, seeking redemption through battle. Currently, there's something weird with the debug build at 'xv' for monster description not displaying the right information all the time. --- crawl-ref/source/monster.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.cc') diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index e3d6ac58bd..f886e0699a 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -1478,7 +1478,8 @@ bool monsters::pickup_armour(item_def &item, int near, bool force) switch (item.sub_type) { case ARM_NAGA_BARDING: - if (::mons_species(this->type) == MONS_NAGA) + if (::mons_species(this->type) == MONS_NAGA + || ::mons_species(this->type) == MONS_GUARDIAN_NAGA) eq = EQ_BODY_ARMOUR; break; case ARM_CENTAUR_BARDING: -- cgit v1.2.3-54-g00ecf