From e55cf763ffe7a240f57663731d820b8bff78219b Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 13 Nov 2009 01:50:34 -0500 Subject: Use monster_iterator in ballistomycete functions Also some comment and whitespace changes. --- crawl-ref/source/monster.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monster.cc') diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index 393985e1ef..2944ff1188 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -6058,8 +6058,8 @@ int mon_enchant::calc_duration(const monsters *mons, return (2 * FRESHEST_CORPSE + random2(10)) * speed_to_duration(mons->speed) * mons->speed / 10; case ENCH_SPORE_PRODUCTION: - // The duration of the spore production timer depends on the color - // of the fungus + // This is used as a simple timer, when the enchantment runs out + // the monster will create a giant spore. cturn = 150; break; -- cgit v1.2.3-54-g00ecf