summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-grow.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-08-09 18:13:41 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-08-09 18:28:26 +0100
commitf61ad0bcab060bc8018e8effe1bcd02ef641b45a (patch)
tree19b4fb3b6ee98c40f5bf4c7f2abf4d1f9d99f69d /crawl-ref/source/mon-grow.cc
parent174dd5a0a251cf871acd721cd98c47be3acdf2d8 (diff)
downloadcrawl-ref-f61ad0bcab060bc8018e8effe1bcd02ef641b45a.tar.gz
crawl-ref-f61ad0bcab060bc8018e8effe1bcd02ef641b45a.zip
Remove deep dwarf scions, artificers and necromancers
None of them did anything interesting or spawned anywhere outside of a small number of vaults.
Diffstat (limited to 'crawl-ref/source/mon-grow.cc')
-rw-r--r--crawl-ref/source/mon-grow.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-grow.cc b/crawl-ref/source/mon-grow.cc
index 1a0163c95e..f4575d9e2b 100644
--- a/crawl-ref/source/mon-grow.cc
+++ b/crawl-ref/source/mon-grow.cc
@@ -68,8 +68,6 @@ static const monster_level_up mon_grow[] =
// power jump, -> druid or -> air mage would require magic training,
// -> berserker an altar.
- monster_level_up(MONS_DEEP_DWARF, MONS_DEEP_DWARF_SCION),
-
monster_level_up(MONS_FAUN, MONS_SATYR),
monster_level_up(MONS_TENGU, MONS_TENGU_CONJURER, 500),
monster_level_up(MONS_TENGU, MONS_TENGU_WARRIOR),