summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-09-29 16:51:05 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-09-29 17:32:56 +0100
commit1c984df8f4b3b12bfc49e1a2201c91fc2e511b67 (patch)
tree919c9df3eb2963aed751325b39629622592789a2 /crawl-ref/source/mgen_enum.h
parent6d822633cb7f162447dd4d4f0820ee5c174f8179 (diff)
downloadcrawl-ref-1c984df8f4b3b12bfc49e1a2201c91fc2e511b67.tar.gz
crawl-ref-1c984df8f4b3b12bfc49e1a2201c91fc2e511b67.zip
Remove bumblebees
Killer/queen bees and wasps already cover pretty much all the bases in terms of flying poisonous things - bumblebees almost never showed up and when they did they didn't do anything interesting.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index 8b2ba2a322..ec145ef1ef 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -19,7 +19,9 @@ enum band_type
BAND_ORC_HIGH_PRIEST,
BAND_GNOLLS,
BAND_WIGHTS,
+#if TAG_MAJOR_VERSION == 34
BAND_BUMBLEBEES,
+#endif
BAND_CENTAURS,
BAND_YAKTAURS,
BAND_INSUBSTANTIAL_WISPS,