summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-04 22:35:30 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-04 23:15:53 -0400
commitceaffaa0d579d491c8ad0b1e41ee222a6f05e71d (patch)
tree9711462127b14cb4595d716e44b5bf639f73dc75 /crawl-ref/source/mon-pick-data.h
parentffd7f2f0d2b26a772a9324b36c537a1a36a56812 (diff)
downloadcrawl-ref-ceaffaa0d579d491c8ad0b1e41ee222a6f05e71d.tar.gz
crawl-ref-ceaffaa0d579d491c8ad0b1e41ee222a6f05e71d.zip
Change the spawn range of worms like beetles
Considering both monsters have similar problems, it doesn't make sense to change one but not the other.
Diffstat (limited to 'crawl-ref/source/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index f9594762b2..390a6fa1cd 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -15,7 +15,7 @@ static const pop_entry pop_d[] =
{ 1, 11, 192, PEAK, MONS_GNOLL },
{ 2, 12, 923, FLAT, MONS_ADDER },
{ 2, 12, 514, SEMI, MONS_QUOKKA },
- { 2, 12, 514, SEMI, MONS_WORM },
+ { 2, 6, 514, DOWN, MONS_WORM },
{ 3, 13, 999, FLAT, MONS_ORC },
{ 4, 10, 52, SEMI, MONS_GNOLL_SHAMAN },
{ 4, 12, 136, SEMI, MONS_ORC_PRIEST },
@@ -229,7 +229,6 @@ static const pop_entry pop_lair[] =
{ -3, 7, 690, SEMI, MONS_HOUND },
{ 1, 7, 999, FLAT, MONS_GIANT_FROG },
{ -1, 5, 52, SEMI, MONS_BLACK_BEAR },
- { -3, 7, 192, PEAK, MONS_WORM },
{ 1, 8, 923, FLAT, MONS_ADDER },
{ -2, 8, 749, SEMI, MONS_GREEN_RAT },
{ 1, 8, 981, FLAT, MONS_CROCODILE },