summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-03 16:05:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-03 16:05:09 +0000
commit2c742f802ea5ff493de7f73e7a90b68ac5fd830d (patch)
tree7f42627b6eb0d36344a4653c84365d86e5f195e8 /crawl-ref/source/effects.h
parent50bbaa43b8206690ba627957e5c4b816e1aa6ba2 (diff)
downloadcrawl-ref-2c742f802ea5ff493de7f73e7a90b68ac5fd830d.tar.gz
crawl-ref-2c742f802ea5ff493de7f73e7a90b68ac5fd830d.zip
Apply caotto's Feawn evolution update patch in [2841648], with a few
tweaks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10615 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 3580839ed0..f80f1bc4dd 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -51,9 +51,11 @@ bool lose_stat(unsigned char which_stat, unsigned char stat_loss,
// called from spells2 -cao
int mushroom_prob(item_def & corpse);
+bool mushroom_spawn_message(int seen_targets, int seen_corpses);
+
int spawn_corpse_mushrooms(item_def &corpse,
int target_count,
- int & seen_targers,
+ int & seen_targets,
bool distance_as_time = false);
struct mgen_data;