From c309a750a4871a3700caa3f57af3b82086266866 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Tue, 24 Nov 2009 18:04:19 -0500 Subject: Adjust the ballistomycete spore production rate Bump the ballistomycete spawn timer up to ~500 turns for now. I'll do something more elaborate with them later. --- crawl-ref/source/monster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.cc') 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) -- cgit v1.2.3-54-g00ecf