From eef51d7a1ec7ce7e471d76f82154d2b147d6228b Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 6 Nov 2009 20:46:30 -0500 Subject: Move Feawn's abilities to godabil.h/cc --- crawl-ref/source/godabil.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/godabil.h') diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h index 81cd805150..02f90c5baa 100644 --- a/crawl-ref/source/godabil.h +++ b/crawl-ref/source/godabil.h @@ -19,6 +19,14 @@ bool beogh_water_walk(); void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false, bool quiet = false, bool unrestricted = false); bool feawn_passthrough(const monsters * target); +int fungal_bloom(); +bool sunlight(); +bool prioritise_adjacent(const coord_def &target, + std::vector &candidates); +bool plant_ring_from_fruit(); +int rain(const coord_def &target); +int corpse_spores(beh_type behavior = BEH_FRIENDLY); +bool evolve_flora(); bool vehumet_supports_spell(spell_type spell); -- cgit v1.2.3-54-g00ecf