summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-02-20 12:46:09 -0330
committerDracoOmega <draco_omega@live.com>2013-03-03 17:06:58 -0330
commitc903ba895e7f22f8515d6c61c66172aeb0403ec0 (patch)
treec1285b7b351af9586fc665aa6aa650a754d202f7 /crawl-ref/source/mgen_enum.h
parentc3731e4b7da3743605e2f37f7dbd49c7dae70eca (diff)
downloadcrawl-ref-c903ba895e7f22f8515d6c61c66172aeb0403ec0.tar.gz
crawl-ref-c903ba895e7f22f8515d6c61c66172aeb0403ec0.zip
Give ironbrand preservers a random band
Given that preservers are really only interesting when they are around other creatures to protect, make sure they show up alongside some of these creatures. Bands are currently selected among most of the various humanoid bands that can naturally spawn in Vaults (currently ogre mage, deep troll, orc knight, or deep elf high priest, with equal weight), and are of generally the same size. Quite possibly this list needs further adjusting in various ways, but this is likely better than preservers simply spawning on their lonesome and doing nothing of consequence.
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 1749fc6f3a..be62665837 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -73,6 +73,7 @@ enum band_type
BAND_LAMIA,
BAND_POLYPHEMUS,
BAND_VAULT_WARDEN,
+ BAND_OGRE_MAGE_EXTERN,
NUM_BANDS // always last
};