summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-01-22 20:27:28 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2013-02-13 19:40:07 -0700
commitea06430cd56f41b77c0b776e12a00a3763e2d267 (patch)
treefa878a109252832b243f5c883481113972354606 /crawl-ref/source/zotdef.cc
parent145d30818bebcebc3d769cdfbedaaa2a2ad424f9 (diff)
downloadcrawl-ref-ea06430cd56f41b77c0b776e12a00a3763e2d267.tar.gz
crawl-ref-ea06430cd56f41b77c0b776e12a00a3763e2d267.zip
Axe rock trolls.
They were insufficiently distinguished from their brethren, particularly the single deep trolls which replace them. This also replaces randomly generated rock trolls with single deep trolls. Deep troll bands are now generated by specifying one of the professionals, which come with bands; thus a deep troll band is going to have at least one professional.
Diffstat (limited to 'crawl-ref/source/zotdef.cc')
-rw-r--r--crawl-ref/source/zotdef.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/zotdef.cc b/crawl-ref/source/zotdef.cc
index 66fd5dec93..338a66d032 100644
--- a/crawl-ref/source/zotdef.cc
+++ b/crawl-ref/source/zotdef.cc
@@ -414,7 +414,7 @@ static void _giant_wave(int power)
monster_type giants[] = {MONS_ETTIN, MONS_CYCLOPS, MONS_TWO_HEADED_OGRE,
MONS_OGRE, MONS_TROLL, MONS_MINOTAUR, MONS_HILL_GIANT,
MONS_STONE_GIANT, MONS_FIRE_GIANT, MONS_FROST_GIANT, MONS_OGRE_MAGE,
- MONS_ROCK_TROLL, MONS_IRON_TROLL, MONS_DEEP_TROLL, MONS_TITAN, END};
+ MONS_IRON_TROLL, MONS_DEEP_TROLL, MONS_TITAN, END};
monster_type boss[] = {MONS_EROLCHA, MONS_POLYPHEMUS, MONS_ANTAEUS,
MONS_SNORG, MONS_PURGY, MONS_STONE_GIANT, MONS_FIRE_GIANT,
MONS_FROST_GIANT, MONS_TITAN, END};