summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
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/tilepick.cc
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/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 2e7ef5e95b..25fca60f36 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1189,8 +1189,6 @@ static tileidx_t _tileidx_monster_base(int type, bool in_water, int colour,
return TILEP_MONS_KILLER_BEE;
case MONS_QUEEN_BEE:
return TILEP_MONS_QUEEN_BEE;
- case MONS_FIREFLY:
- return TILEP_MONS_FIREFLY;
// lizards ('l')
case MONS_GIANT_NEWT:
@@ -3566,8 +3564,6 @@ static tileidx_t _tileidx_corpse(const item_def &item)
return TILE_CORPSE_KILLER_BEE;
case MONS_QUEEN_BEE:
return TILE_CORPSE_QUEEN_BEE;
- case MONS_FIREFLY:
- return TILE_CORPSE_FIREFLY;
// lizards ('l')
case MONS_GIANT_NEWT: