summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-05-28 21:36:29 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-05-28 21:36:29 -0600
commit13d13e1d026204c418c886bdfc2b6d48d4a19ae6 (patch)
tree49a61f3922dbb2f583f59544062874b279fb02ed /crawl-ref/source/mgen_enum.h
parent326aa919df4c777d736e1665e185f1d9d2c07e07 (diff)
downloadcrawl-ref-13d13e1d026204c418c886bdfc2b6d48d4a19ae6.tar.gz
crawl-ref-13d13e1d026204c418c886bdfc2b6d48d4a19ae6.zip
Bandify enemy spriggans.
In most significant vaults that have made use of them outside of individual gimmicks (i.e. vaults like minmay_lair_end_enchanted_forest and spriggan_forest as opposed to the_bakery), small numbers of spriggans tend to be grouped together for encounters. Basic spriggans and most low-tier spriggan professionals place 2-4 extra spriggans (assassins and enchanters, who work best through subterfuge, still go it alone). Defenders place at least two low-tier professionals (excluding assassins and enchanters) with a chance for more, with 3-6 followers in total.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index b0876b3b93..0f0acf6c71 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -85,6 +85,8 @@ enum band_type
BAND_PAN,
BAND_TENGU,
BAND_SOJOBO,
+ BAND_SPRIGGANS,
+ BAND_SPRIGGAN_ELITES,
NUM_BANDS // always last
};