summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc4
1 files changed, 2 insertions, 2 deletions
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;