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/spells2.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index dcc02dfed2..943b85e98e 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -27,19 +27,6 @@ void cast_refrigeration(int pow); void cast_toxic_radiance(void); void drain_life(int pow); -int fungal_bloom(); -int create_plant(coord_def & target); -//bool plant_from_fruit(); -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 restore_stat(unsigned char which_stat, unsigned char stat_gain, bool suppress_msg, bool recovery = false); -- cgit v1.2.3-54-g00ecf