From 37ba8b3ae6c9c7f6b39e372c4dd8f305f69923be Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Wed, 11 Nov 2009 22:31:41 -0500 Subject: Give giant spores a chance of spawning ballistos while wandering Give giant spores a chance of creating a ballistomycete when they move while wandering. This ability is on a timer, so they can't create more than 1 ballisto per 20 turns. Numbers may need tweaking. --- crawl-ref/source/view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/view.cc') diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc index c0a55da171..fc9c6cf271 100644 --- a/crawl-ref/source/view.cc +++ b/crawl-ref/source/view.cc @@ -135,13 +135,13 @@ void monster_grid_updates() handle_monster_shouts(monster); } + fedhas_neutralise(monster); if (!monster->visible_to(&you)) continue; good_god_follower_attitude_change(monster); beogh_follower_convert(monster); slime_convert(monster); - fedhas_neutralise(monster); } } } -- cgit v1.2.3-54-g00ecf