summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-03-29 11:44:01 -0500
committergammafunk <gammafunk@gmail.com>2014-03-29 12:26:29 -0500
commitcf6aeb2b6b444c1de4e9a1bcb1ca18be66f0ee4f (patch)
tree627e81ed44ca44fef8d542d9022c39108e671e4f /crawl-ref/source/mon-cast.cc
parentcc6d91e5964c4d723b6c25c36234c77c84b2ffe7 (diff)
downloadcrawl-ref-cf6aeb2b6b444c1de4e9a1bcb1ca18be66f0ee4f.tar.gz
crawl-ref-cf6aeb2b6b444c1de4e9a1bcb1ca18be66f0ee4f.zip
Remove unneeded references to axed monsters and move related tiles
Remove code references to removed monsters, except where needed for save compatibility, as well as quotes/descriptions references, and move the related tiles to UNUSED. RIP gnomes.
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 694aba7834..261bbd2b20 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -5079,7 +5079,7 @@ void mons_cast(monster* mons, bolt &pbolt, spell_type spell_cast,
monster_type berserkers[3] = { MONS_POLAR_BEAR, MONS_ELEPHANT, MONS_DEATH_YAK };
to_summon = RANDOM_ELEMENT(berserkers);
}
- else /* if (mons->type == MONS_DEEP_DWARF_BERSERKER) */
+ else
{
monster_type berserkers[7] = { MONS_BLACK_BEAR, MONS_GRIZZLY_BEAR, MONS_OGRE,
MONS_TROLL, MONS_HILL_GIANT, MONS_DEEP_TROLL,