summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc3
1 files changed, 2 insertions, 1 deletions
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: