summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-29 11:40:40 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-29 11:40:40 -0400
commit26c693a4800d2c01efe070374f53abfae6e73675 (patch)
treee362fe1058869d814fb59e955a824fee3224f3c2 /crawl-ref/source/mon-pick-data.h
parent7fc395a109fa9527594e9d359c2914f9ab100ef3 (diff)
downloadcrawl-ref-26c693a4800d2c01efe070374f53abfae6e73675.tar.gz
crawl-ref-26c693a4800d2c01efe070374f53abfae6e73675.zip
Remove flaming corpses.
Sticky flame damage is hardly noticeable in D, and basically non-existent in Crypt -- the only thing an average game noticed about these monsters was that they liked to destroy scrolls. It was nice for some vaults to have an undead counterpart to simulacra but there are plenty of other evil fiery monsters.
Diffstat (limited to 'crawl-ref/source/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index c053a3a64b..2c3213c29a 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -505,9 +505,8 @@ static const pop_entry pop_crypt[] =
{ 3, 6, 95, SEMI, MONS_SHADOW_WRAITH },
{ 1, 5, 75, FLAT, MONS_SKELETAL_WARRIOR },
{ 0, 6, 140, UP, MONS_ANCIENT_CHAMPION },
- { 1, 4, 25, FLAT, MONS_FLAMING_CORPSE },
{ 2, 5, 40, SEMI, MONS_GHOUL },
- { 1, 5, 30, FLAT, MONS_PLAGUE_SHAMBLER },
+ { 1, 5, 55, FLAT, MONS_PLAGUE_SHAMBLER },
{ 1, 4, 85, DOWN, MONS_VAMPIRE },
{ 1, 6, 125, PEAK, MONS_VAMPIRE_MAGE },
{ 1, 6, 105, UP, MONS_VAMPIRE_KNIGHT },
@@ -605,8 +604,7 @@ static const pop_entry pop_dis[] =
{ 1, 7, 25, PEAK, MONS_SOUL_EATER },
{ 1, 7, 192, FLAT, MONS_ICE_DEVIL },
{ 1, 7, 334, FLAT, MONS_BLUE_DEVIL },
- { 1, 7, 136, SEMI, MONS_FLAMING_CORPSE },
- { 1, 7, 25, PEAK, MONS_PHANTASMAL_WARRIOR },
+ { 1, 7, 161, PEAK, MONS_PHANTASMAL_WARRIOR },
{ 1, 7, 25, PEAK, MONS_LICH },
{ 1, 9, 89, PEAK, MONS_BONE_DRAGON },
{ 2, 8, 25, PEAK, MONS_IRON_DRAGON },
@@ -638,8 +636,7 @@ static const pop_entry pop_geh[] =
{ 1, 7, 589, FLAT, MONS_HELLION },
{ 1, 7, 367, FLAT, MONS_TORMENTOR },
{ 1, 7, 192, FLAT, MONS_BALRUG },
- { 2, 6, 8, PEAK, MONS_EFREET },
- { 1, 7, 217, FLAT, MONS_FLAMING_CORPSE },
+ { 2, 6, 217, FLAT, MONS_EFREET },
{ 1, 7, 217, FLAT, MONS_FLAYED_GHOST },
{ 2, 8, 25, PEAK, MONS_BONE_DRAGON },
{ 1, 9, 384, SEMI, MONS_REAPER },
@@ -859,7 +856,6 @@ static const pop_entry pop_abyss[] =
{ 1, 8, 30, DOWN, MONS_SHADOW },
{ 1, 8, 21, DOWN, MONS_VAMPIRE },
{ 1, 5, 40, FLAT, MONS_FREEZING_WRAITH },
- { 1, 5, 35, FLAT, MONS_FLAMING_CORPSE },
{ 1, 5, 23, FLAT, MONS_SHADOW_WRAITH },
{ 1, 5, 8, FLAT, MONS_SILENT_SPECTRE },
{ 1, 5, 8, FLAT, MONS_PHANTASMAL_WARRIOR },