summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-31 17:35:53 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-31 17:37:55 +0530
commitf3a3978b980b4c634bc31344fb3477242ec3cd8f (patch)
tree82479637a7cc3381f89802269f59b9cfd97c7a21 /crawl-ref/source/mon-pick.cc
parent66a86ff1f08b7f291f5831d0c54d8947809d7ba4 (diff)
downloadcrawl-ref-f3a3978b980b4c634bc31344fb3477242ec3cd8f.tar.gz
crawl-ref-f3a3978b980b4c634bc31344fb3477242ec3cd8f.zip
Adjust Shoals monster depths and tweak new Shoals monsters to reduce experience overdose in the Shoals.
Weaken impalers and javelineers. They should still be a threat, but more in line with the Shoals depth.
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index b260bc19b2..3ed21bafb6 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -1718,9 +1718,6 @@ int mons_shoals_level(int mcls)
case MONS_CYCLOPS: // will have a sheep band
case MONS_SIREN:
case MONS_HARPY:
- case MONS_MERFOLK_IMPALER:
- case MONS_MERFOLK_AQUAMANCER:
- case MONS_MERFOLK_JAVELINEER:
mlev += 3;
break;
@@ -1728,6 +1725,9 @@ int mons_shoals_level(int mcls)
case MONS_OKLOB_PLANT:
case MONS_SHARK:
case MONS_KRAKEN:
+ case MONS_MERFOLK_IMPALER:
+ case MONS_MERFOLK_AQUAMANCER:
+ case MONS_MERFOLK_JAVELINEER:
mlev += 4;
break;