summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-10 14:22:04 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-10 14:24:07 +1000
commit43e85458c7c6205645f844153f2569cb200ee206 (patch)
tree0f4796f985ce5166b02d6202b7a01c62b9db9d9f /crawl-ref/source/enum.h
parent81177ef944594f12f3493189b70e6ea34debf4a3 (diff)
downloadcrawl-ref-43e85458c7c6205645f844153f2569cb200ee206.tar.gz
crawl-ref-43e85458c7c6205645f844153f2569cb200ee206.zip
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!
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e6b41bec7d..03250688ab 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2048,6 +2048,7 @@ enum monster_type // (int) menv[].type
MONS_GOLDEN_EYE,
MONS_AIZUL,
MONS_PIKEL,
+ MONS_CRAZY_YIUF,
// Testing monsters
MONS_TEST_SPAWNER,