summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-09-19 20:21:25 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-09-19 20:21:25 -0700
commitc0fda6b406a43fcf7e83bbfb0278cf3103afc5ba (patch)
tree422627bd8bf39988b15b6bcabb2fa76a4cea1e29 /crawl-ref/source/mgen_enum.h
parentf9558cffac70bb8210ce7da55b14fe73de9138df (diff)
downloadcrawl-ref-c0fda6b406a43fcf7e83bbfb0278cf3103afc5ba.tar.gz
crawl-ref-c0fda6b406a43fcf7e83bbfb0278cf3103afc5ba.zip
Thrashing Horror Bands
Thrashing Horrors turn up in bands based on how deep in the abyss you are. Since they appear in groups, I've restored Frenzy as their escape slot, as they'll typically have something available to maul.
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 888d8c18f4..6b6bd8ab34 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -98,6 +98,7 @@ enum band_type
BAND_SPIRIT_WOLVES,
BAND_PHANTASMAL_WARRIORS,
BAND_WATER_ELEMENTALS,
+ BAND_THRASHING_HORRORS,
NUM_BANDS // always last
};