summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2014-03-06 18:44:28 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-07 19:28:43 -0700
commit21dc400cc00639f03401f27aaeb87a69dad5ae14 (patch)
treecf4e8d9cfa521df46a0ca800cf790bf3930f2242 /crawl-ref/source/mgen_enum.h
parent081579c7d6d2c2c24f100a3c9e924cbbf8696d3c (diff)
downloadcrawl-ref-21dc400cc00639f03401f27aaeb87a69dad5ae14.tar.gz
crawl-ref-21dc400cc00639f03401f27aaeb87a69dad5ae14.zip
Give Formicids bands.
They're useless popcorn on their own. [Committer's note: this makes the band entirely regular formicids.] Signed-off-by: Steve Melenchuk <smelenchuk@gmail.com>
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 04e37a1d32..2143151ffd 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -118,6 +118,7 @@ enum band_type
BAND_CORRUPTER,
BAND_BLACK_SUN,
BAND_VASHNIA,
+ BAND_FORMICID,
NUM_BANDS // always last
};