summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.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/mon-pick-data.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/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index b355ee0951..2c234098cc 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -286,7 +286,7 @@ static const pop_entry pop_swamp[] =
{ 1, 5, 100, DOWN, MONS_KOMODO_DRAGON },
{ 1, 5, 826, FLAT, MONS_GIANT_LEECH },
{ 1, 5, 1000, FLAT, MONS_SPINY_FROG },
- { 1, 5, 400, FLAT, MONS_SWAMP_DRAGON },
+ { 1, 5, 500, FLAT, MONS_SWAMP_DRAGON },
{ 1, 5, 192, FLAT, MONS_RED_WASP },
{ 1, 7, 40, PEAK, MONS_UGLY_THING },
{ 1, 5, 335, FLAT, MONS_INSUBSTANTIAL_WISP },
@@ -300,7 +300,6 @@ static const pop_entry pop_swamp[] =
{ 1, 6, 480, SEMI, MONS_SPRIGGAN_RIDER },
{ 3, 5, 525, UP, MONS_SPRIGGAN_DRUID },
{ 2, 5, 435, UP, MONS_THORN_HUNTER },
- { 1, 5, 100, FLAT, MONS_FIREFLY },
{ 0,0,0,FLAT,MONS_0 }
};
@@ -741,7 +740,6 @@ static const pop_entry pop_forest[] =
{ 1, 7, 145, SEMI, MONS_DIRE_ELEPHANT },
{ 1, 5, 15, DOWN, MONS_YELLOW_WASP },
{ 1, 5, 30, FLAT, MONS_RED_WASP },
- { 1, 9, 100, SEMI, MONS_FIREFLY },
{ 1, 6, 75, DOWN, MONS_REDBACK },
{ 2, 7, 35, SEMI, MONS_WOLF_SPIDER },
{ 1, 9, 75, SEMI, MONS_OKLOB_PLANT },