summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-04-09 12:42:00 -0500
committergammafunk <gammafunk@gmail.com>2014-04-09 14:12:07 -0500
commitb05c47ca704ebbd0a835eb0ff4c52f69e65923b5 (patch)
tree5f52286b991279648a75e7dcd16ff9fded8dd32d /crawl-ref/source/mon-cast.cc
parent01b6a50c178d906a6b2d09b09eec19e1ea6339f5 (diff)
downloadcrawl-ref-b05c47ca704ebbd0a835eb0ff4c52f69e65923b5.tar.gz
crawl-ref-b05c47ca704ebbd0a835eb0ff4c52f69e65923b5.zip
Remove vapour monsters
Always confused, permanently invisible monsters that only know how to check your electricity resistance are not very fun to fight. For vaults, I've replaced many instances of vapours with wind drakes where the "air" is the theme, replaced a couple instances with lightning spires where the theme was electricity or with thorn hunters if the theme is merely swamp. Other instances have been outright removed. For the cloud mage wizlab, I've replaced vapours with wind drakes but have down-weighted them relative to air elementals and insubstantial wisps. For the foxfire card, I've moved vampire mosquitos into the position where vapours were, put insubstantial wisps as lower-power summons behind fireflies, since the latter got a buff some time ago, and added killer bees in between insubstantial wisps and fireflies to keep the number of summon types the same.
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 37a30ba73c..4057ce14de 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -4411,7 +4411,6 @@ static const pop_entry _planerend_swamp[] =
{ // Swamp enemies
{ 1, 1, 80, FLAT, MONS_SWAMP_DRAGON },
{ 1, 1, 80, FLAT, MONS_HYDRA },
- { 1, 1, 80, FLAT, MONS_VAPOUR },
{ 1, 1, 100, FLAT, MONS_SHAMBLING_MANGROVE },
{ 1, 1, 40, FLAT, MONS_THORN_HUNTER },
{ 0,0,0,FLAT,MONS_0 }