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/mon-abil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mon-abil.h') diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h index 527f71dc3e..7addf706ec 100644 --- a/crawl-ref/source/mon-abil.h +++ b/crawl-ref/source/mon-abil.h @@ -16,4 +16,6 @@ void mon_nearby_ability(monsters *monster); bool ugly_thing_mutate(monsters *ugly, bool proximity = false); bool slime_split_merge(monsters *thing); +void ballisto_on_move(monsters * monster, const coord_def & pos); + #endif -- cgit v1.2.3-54-g00ecf