From 8075717d132ff61257a8836ce7854f71f1eb05f8 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Thu, 12 Nov 2009 20:30:12 -0500 Subject: Change ballistomycete spore mechanics again New status: if a ballistomycete or giant spore dies any ballistos on the level get +1 to a counter. Ballistos with a count higher than zero get spore production on a short (~150 turn) timer. When a spore is spawned (by a ballisto) the count of all ballistos on the level is decreased by 1. --- crawl-ref/source/godabil.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/godabil.cc') diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc index a7f4c77484..8bac2d4ee0 100644 --- a/crawl-ref/source/godabil.cc +++ b/crawl-ref/source/godabil.cc @@ -1128,9 +1128,6 @@ bool evolve_flora() current_plant->del_ench(ENCH_SLOWLY_DYING); current_plant->del_ench(ENCH_SPORE_PRODUCTION); - if (current_plant->mons_species() == MONS_BALLISTOMYCETE) - current_plant->add_ench(ENCH_SPORE_PRODUCTION); - // Maybe we can upgrade it again? if (_possible_evolution(current_plant, temp_conversion) && temp_conversion.cost <= points) -- cgit v1.2.3-54-g00ecf