summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-09 09:02:00 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-09 09:05:42 -0400
commitb03d3d0b07f0f28cc2cc4abf3fa23ab574803685 (patch)
tree4ced3459e6255eaaa9561e49ed07abd2280746c0 /crawl-ref/source/enum.h
parentb59d38d563bf3358e8721d72818ecbba8e92e928 (diff)
downloadcrawl-ref-b03d3d0b07f0f28cc2cc4abf3fa23ab574803685.tar.gz
crawl-ref-b03d3d0b07f0f28cc2cc4abf3fa23ab574803685.zip
Remove giant fireflies.
Outside of vaults, they existed only from spriggan rider death, and as a fairly rare spawn in Swamp. Their stats were overall very similar to 'spider,' and their special ability was not too noticeable. Spriggan riders now ride vampire mosquitoes instead, as a more swampy substitute.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e4e6b9c822..0d53a01a51 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2631,7 +2631,9 @@ enum monster_type // menv[].type
MONS_SPRIGGAN_BERSERKER,
MONS_SPRIGGAN_DEFENDER,
MONS_SPRIGGAN_AIR_MAGE,
+#if TAG_MAJOR_VERSION == 34
MONS_FIREFLY,
+#endif
MONS_TENGU,
#if TAG_MAJOR_VERSION > 34
MONS_TENGU_WARRIOR,