summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
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;