summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 5401bf5fc1..39a69bae54 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -34,14 +34,13 @@ int create_plant(coord_def & target);
//bool plant_from_fruit();
bool sunlight();
-
+bool prioritise_adjacent(coord_def & target, std::vector<coord_def> & candidates);
bool plant_ring_from_fruit();
int rain(coord_def & target);
-void corpse_spores();
+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);