summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorMichael Gagno <evilmike@gmail.com>2012-09-03 23:38:14 -0700
committerMichael Gagno <evilmike@gmail.com>2012-09-04 00:20:08 -0700
commita6b1c907f5509c002d3e59ab1d3e40a86391e9fa (patch)
tree9548f8cb6f44e64dcfbbf7a1443c15098a839200 /crawl-ref/source/mon-pick.cc
parent3006273fb8de4b8be8058bb73e8c4688a45b9a72 (diff)
downloadcrawl-ref-a6b1c907f5509c002d3e59ab1d3e40a86391e9fa.tar.gz
crawl-ref-a6b1c907f5509c002d3e59ab1d3e40a86391e9fa.zip
Enable moths of suppression, for testing.
This monster isn't completely finished... a couple of effects are still missing from the suppression effect. Enough is covered to make this monster usable for testing, though, and if I delay any longer Wensley will probably go even crazier than he already is (this is his monster)... Right now these guys are a rare spawn in Spider (maybe too rare). With the mon-pick.cc rewrite pending, this isn't such a big deal, since the monster lists for short branches should be redone anyway. Currently no vaults place these monsters, since they have a large aura that goes through walls (this is the sort of monster vaults need to be designed with in mind). So, they're just a random spawn for now.
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index 5706ad0935..e9d1069acc 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -1617,6 +1617,7 @@ int mons_spidernest_level(monster_type mcls)
case MONS_GHOST_MOTH:
case MONS_MOTH_OF_WRATH:
+ case MONS_MOTH_OF_SUPPRESSION:
return 6;
default:
@@ -1660,6 +1661,7 @@ int mons_spidernest_rare(monster_type mcls)
case MONS_BOULDER_BEETLE:
case MONS_EMPEROR_SCORPION:
case MONS_GHOST_MOTH:
+ case MONS_MOTH_OF_SUPPRESSION:
return 20;
case MONS_BORING_BEETLE: