summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index a325d0c0de..381491fae1 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -2098,7 +2098,7 @@ int mons_shoals_rare(int mcls)
case MONS_STONE_GIANT:
case MONS_YAKTAUR_CAPTAIN:
return 10;
-
+
case MONS_OKLOB_PLANT:
return 5;
default:
@@ -2706,8 +2706,6 @@ int mons_standard_rare(int mcls)
{
switch (mcls)
{
-// "another lava thing" has no stats! (GDL)
-// case MONS_ANOTHER_LAVA_THING:
case MONS_MERFOLK:
case MONS_MERMAID:
case MONS_BIG_FISH: