summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-06 16:55:59 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-06 16:55:59 -0400
commite292186e3781b43b169c203cb8268733566cef39 (patch)
treeccbdd940a6d47f661b9a32b0d157bf260c6df2ef /crawl-ref/source/mon-cast.cc
parenta82faf0b3ac8c414b746138dc813a77d8b717c66 (diff)
downloadcrawl-ref-e292186e3781b43b169c203cb8268733566cef39.tar.gz
crawl-ref-e292186e3781b43b169c203cb8268733566cef39.zip
Remove a couple incorrect comments
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index b71e37a27b..9325d0abce 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -1195,7 +1195,7 @@ bool setup_mons_cast(monster* mons, bolt &pbolt, spell_type spell_cast,
case SPELL_SUMMON_SWARM:
case SPELL_SUMMON_UFETUBUS:
case SPELL_SUMMON_HELL_BEAST: // Geryon
- case SPELL_SUMMON_UNDEAD: // summon undead around player
+ case SPELL_SUMMON_UNDEAD:
case SPELL_SUMMON_ICE_BEAST:
case SPELL_SUMMON_MUSHROOMS:
case SPELL_CONJURE_BALL_LIGHTNING:
@@ -5095,7 +5095,7 @@ void mons_cast(monster* mons, bolt &pbolt, spell_type spell_cast,
return;
}
- case SPELL_SUMMON_UNDEAD: // Summon undead around player.
+ case SPELL_SUMMON_UNDEAD:
_do_high_level_summon(mons, monsterNearby, spell_cast,
_pick_undead_summon,
2 + random2(mons->spell_hd(spell_cast) / 5 + 1), god);