From 5e448f7064f29d42f4d22e177c05acdae0da2d5c Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 13 Nov 2009 01:26:44 -0500 Subject: Messaging and code formatting (+comment) improvements. --- crawl-ref/source/monster.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/monster.cc') diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index 869e65ce68..393985e1ef 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -5024,14 +5024,14 @@ void monsters::apply_enchantment(const mon_enchant &me) env.mons[rc].number = 20; if (observe_cell(adjacent) && observe_cell(pos())) - mpr("A nearby fungus spawns a giant spore."); + mpr("A ballistomycete spawns a giant spore."); deactivate_ballistos(); } break; } } - // Re=add the enchantment (this resets the spore production + // Re-add the enchantment (this resets the spore production // timer). this->add_ench(ENCH_SPORE_PRODUCTION); } @@ -6060,7 +6060,7 @@ int mon_enchant::calc_duration(const monsters *mons, case ENCH_SPORE_PRODUCTION: // The duration of the spore production timer depends on the color // of the fungus - cturn = mons->number ? 150 : 1500; + cturn = 150; break; case ENCH_ABJ: -- cgit v1.2.3-54-g00ecf