summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-06 20:46:30 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-06 21:32:10 -0500
commiteef51d7a1ec7ce7e471d76f82154d2b147d6228b (patch)
tree562312f79c96587659e0f23bafff59dffcdb33f9 /crawl-ref/source/spells2.h
parent5ba6135921dfa9b9359466e40a2caec431d2cc58 (diff)
downloadcrawl-ref-eef51d7a1ec7ce7e471d76f82154d2b147d6228b.tar.gz
crawl-ref-eef51d7a1ec7ce7e471d76f82154d2b147d6228b.zip
Move Feawn's abilities to godabil.h/cc
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h13
1 files changed, 0 insertions, 13 deletions
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<coord_def> &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);