From 43e85458c7c6205645f844153f2569cb200ee206 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Tue, 10 Nov 2009 14:22:04 +1000 Subject: Make Crazy Yiuf an actual unique, combining aspects of the Mad Roy FR. Yiuf still only appears in his cottage (generated from D:2-7), still generates with a quarterstaff of chaos and a cloak, but is now randomly coloured at the start of the game, and has randomised speech. You leg down broken song! --- crawl-ref/source/monster.cc | 5 ++++- 1 file changed, 4 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 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) -- cgit v1.2.3-54-g00ecf