summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-07 17:11:56 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-15 20:38:27 -0700
commit4d6b2eaccc57a13a8fe72fca8fc3db9678ca7c17 (patch)
tree86f3326b656d621ebd53dec1d4aa3c38f737b4ee /crawl-ref/source/mon-pick-data.h
parent3c45d0dbb16a72bf7eaa57357a4cf206156a0dab (diff)
downloadcrawl-ref-4d6b2eaccc57a13a8fe72fca8fc3db9678ca7c17.tar.gz
crawl-ref-4d6b2eaccc57a13a8fe72fca8fc3db9678ca7c17.zip
Add torpor snails
Diffstat (limited to 'crawl-ref/source/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index 9a70e733e2..09896254ca 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -249,6 +249,7 @@ static const pop_entry pop_lair[] =
{ 1, 11, 457, SEMI, MONS_BLACK_MAMBA },
{ 1, 11, 514, SEMI, MONS_HYDRA },
{ 3, 9, 52, SEMI, MONS_CATOBLEPAS },
+ { 3, 9, 52, SEMI, MONS_TORPOR_SNAIL },
{ 4, 8, 14, SEMI, MONS_BRAIN_WORM },
{ 2, 10, 89, PEAK, MONS_WYVERN },
{ 1, 11, 273, PEAK, MONS_FIRE_DRAKE },
@@ -369,6 +370,7 @@ static const pop_entry pop_spider[] =
{ 0, 10, 763, SEMI, MONS_DEMONIC_CRAWLER },
{ 2, 10, 200, PEAK, MONS_GHOST_MOTH },
{ 2, 7, 155, SEMI, MONS_MOTH_OF_WRATH },
+ { 1, 7, 100, FLAT, MONS_TORPOR_SNAIL },
{ -1, 5, 193, SEMI, MONS_NO_MONSTER}, // Old worm/cockroach/mite weight
{ 0,0,0,FLAT,MONS_0 }
};