summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorMichael Gagno <evilmike@gmail.com>2012-03-16 23:13:04 -0700
committerMichael Gagno <evilmike@gmail.com>2012-03-16 23:26:10 -0700
commitb702147c602323c639ef3d5de85ac2a7a4265f4f (patch)
tree43589ac3ae9d66ec57ae57d204ba31ee964de886 /crawl-ref/source/mgen_enum.h
parent6f8a2e782c722f0dbedb33252b6ba54b6e68caf4 (diff)
downloadcrawl-ref-b702147c602323c639ef3d5de85ac2a7a4265f4f.tar.gz
crawl-ref-b702147c602323c639ef3d5de85ac2a7a4265f4f.zip
Have some spiders spawn in groups.
Implemented as redback bands right now (can include other spiders). This could be dropped eventually - Wensley has plans for a new moth enemy that would work well in this branch, and it would be a more natural choice for spawning with a band of spiders.
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 2d3839c589..76fcdb613e 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -64,6 +64,7 @@ enum band_type
BAND_ELEPHANT,
BAND_DEEP_DWARF,
BAND_SHEDU,
+ BAND_REDBACK,
NUM_BANDS // always last
};