summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-17 19:03:21 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-17 19:03:21 +0100
commite6e167e66f310ac8661a96b81d3eab149913e85d (patch)
tree99f2cefd794fec706cbc3c323887e0eea14e27e9 /crawl-ref/source/mgen_enum.h
parentc6875deaa84ca24e58982cd42f26f4d83499331a (diff)
downloadcrawl-ref-e6e167e66f310ac8661a96b81d3eab149913e85d.tar.gz
crawl-ref-e6e167e66f310ac8661a96b81d3eab149913e85d.zip
Let regular orb-weaving spiders come in bands.
This goes with the "spider waves" theme.
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 76fcdb613e..734e31244a 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -65,6 +65,7 @@ enum band_type
BAND_DEEP_DWARF,
BAND_SHEDU,
BAND_REDBACK,
+ BAND_SPIDER,
NUM_BANDS // always last
};