summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 16:09:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 16:09:06 +0000
commit3b56aaee9f71dfb8274f9c2e86eca9a2b0a7dfd9 (patch)
treefdd278b83e5fb726e9dd8f09ae3e115411109c67 /crawl-ref/source/spells2.h
parent8ee1f488e2f9779b0bee144385bee67802c0a7ad (diff)
downloadcrawl-ref-3b56aaee9f71dfb8274f9c2e86eca9a2b0a7dfd9.tar.gz
crawl-ref-3b56aaee9f71dfb8274f9c2e86eca9a2b0a7dfd9.zip
Apply RjY's patch in [2828451], slightly tweaked, to fix compilation.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10452 c06c8d41-db1a-0410-9941-cceddc491573
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);