summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-06 15:25:06 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-06 15:25:06 -0400
commitf506fcee232738671328d3677f2ffbdfb526823d (patch)
tree21712e24cc3649e410aca948ff8a763f457b27b2 /crawl-ref/source/mon-pick-data.h
parenta840274186e1c203f9bc7962f74769838dd64f11 (diff)
downloadcrawl-ref-f506fcee232738671328d3677f2ffbdfb526823d.tar.gz
crawl-ref-f506fcee232738671328d3677f2ffbdfb526823d.zip
Remove oozes from the Slime Pits.
They're completely irrelevant. Replaced with MONS_NO_MONSTER because they make up a surprising portion of the monsters there.
Diffstat (limited to 'crawl-ref/source/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index d9b8339ed0..b8a0f6c0ab 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -392,7 +392,6 @@ static const pop_entry pop_spider[] =
static const pop_entry pop_slime[] =
{ // Slime Pits
- { 1, 6, 514, FLAT, MONS_OOZE },
{ 1, 6, 1000, FLAT, MONS_JELLY },
{ 1, 6, 1000, FLAT, MONS_ACID_BLOB },
{ 1, 6, 514, FLAT, MONS_GIANT_EYEBALL },
@@ -407,6 +406,7 @@ static const pop_entry pop_slime[] =
{ 1, 9, 192, SEMI, MONS_GREAT_ORB_OF_EYES },
{ 1, 6, 192, UP, MONS_DEATH_OOZE },
{ 2, 6, 89, UP, MONS_GIANT_ORANGE_BRAIN },
+ { 1, 6, 514, FLAT, MONS_NO_MONSTER }, // Old ooze weight.
{ 0,0,0,FLAT,MONS_0 }
};