summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-06-04 19:49:06 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-06-04 20:15:23 -0600
commit0bee7d189e386023520debba8bba6b28d450be20 (patch)
treea1346ca491b6c52dffa77932ac9f36a93e36754e /crawl-ref/source/mgen_enum.h
parent47e01a38c8c435a0251d1745670c7e51ea495b2e (diff)
downloadcrawl-ref-0bee7d189e386023520debba8bba6b28d450be20.tar.gz
crawl-ref-0bee7d189e386023520debba8bba6b28d450be20.zip
Place the Enchantress on Forest:$ even if the ending doesn't.
This gives her a band comparable to what the two current endings place in her immediate vicinity.
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 0f0acf6c71..fadee9c3c0 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -87,6 +87,7 @@ enum band_type
BAND_SOJOBO,
BAND_SPRIGGANS,
BAND_SPRIGGAN_ELITES,
+ BAND_ENCHANTRESS,
NUM_BANDS // always last
};