summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 7faa489318..8d37374679 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -6121,7 +6121,7 @@ int mon_enchant::calc_duration(const monsters *mons,
case ENCH_SPORE_PRODUCTION:
// This is used as a simple timer, when the enchantment runs out
// the monster will create a giant spore.
- return (random_range(75, 125) * 10);
+ return (random_range(475, 525) * 10);
case ENCH_ABJ:
if (deg >= 6)