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.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 00e41f2bac..d566a40275 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -1509,8 +1509,11 @@ bool monsters::pickup_armour(item_def &item, int near, bool force)
eq = EQ_BODY_ARMOUR;
break;
case ARM_CLOAK:
- if (this->type == MONS_MAURICE || this->type == MONS_NIKOLA)
+ if (this->type == MONS_MAURICE || this->type == MONS_NIKOLA ||
+ this->type == MONS_CRAZY_YIUF)
+ {
eq = EQ_BODY_ARMOUR;
+ }
break;
case ARM_GLOVES:
if (this->type == MONS_NIKOLA)