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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 0dcf371f89..bc5f77c41e 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -55,6 +55,7 @@ bool mushroom_spawn_message(int seen_targets, int seen_corpses);
int spawn_corpse_mushrooms(item_def &corpse,
int target_count,
int & seen_targets,
+ beh_type toadstool_behavior = BEH_HOSTILE,
bool distance_as_time = false);
struct mgen_data;