summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-05-17 17:25:46 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 20:47:59 -0230
commit247f55b23240b55648cb897ea6cb0a9299c56217 (patch)
tree2a49a35a09a954e30de80bc0fdf228037ffe40e2 /crawl-ref/source/mgen_enum.h
parentabfeb2ef8c92e23dc84960abb783f51bd3672d39 (diff)
downloadcrawl-ref-247f55b23240b55648cb897ea6cb0a9299c56217.tar.gz
crawl-ref-247f55b23240b55648cb897ea6cb0a9299c56217.zip
Give deep dwarf death knights a band of mixed undead instead of deep dwarves
The band has a 50% chance of a single higher-tier Yred gift (either a ghoul or a flayed ghost), and then a small mix of lower level gifts.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index 45c355c121..99a0948052 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -79,6 +79,7 @@ enum band_type
#if TAG_MAJOR_VERSION == 34
BAND_OGRE_MAGE_EXTERN,
#endif
+ BAND_DEATH_KNIGHT,
NUM_BANDS // always last
};