summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-02-10 08:16:28 -0330
committerDracoOmega <draco_omega@live.com>2013-03-03 17:06:54 -0330
commitbd9ea4bef6ede801342b8b195d8db0b7247677df (patch)
tree2af79e9960169f3d99c59264c8620ad9bb41c1b5 /crawl-ref/source/mgen_enum.h
parent6ceec178e5114a53284c989c08fbfbe0aa59f9da (diff)
downloadcrawl-ref-bd9ea4bef6ede801342b8b195d8db0b7247677df.tar.gz
crawl-ref-bd9ea4bef6ede801342b8b195d8db0b7247677df.zip
Add bands for vault wardens
Wardens now come with a band that is either (equal chance): a) several yaktaurs b) a mix of the new vault monsters and a couple vault guards. Their ability to lock the player into places is more interesting when there are more threats than just the warden himself
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 9901adb66e..1749fc6f3a 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -72,6 +72,7 @@ enum band_type
BAND_TARANTELLA,
BAND_LAMIA,
BAND_POLYPHEMUS,
+ BAND_VAULT_WARDEN,
NUM_BANDS // always last
};