summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-02 21:20:08 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-02 22:06:00 -0500
commit9397dc1a7fae542bc4978529ca3a0b2b009075b6 (patch)
tree93f13789422eeff4209a5452d685b3c66f87c5b3 /crawl-ref/source/effects.h
parent7da5fd2d9763721f49de5cd759f8f6b80d3d5e45 (diff)
downloadcrawl-ref-9397dc1a7fae542bc4978529ca3a0b2b009075b6.tar.gz
crawl-ref-9397dc1a7fae542bc4978529ca3a0b2b009075b6.zip
Some tweaks to decomposition
Make toadstools created via decomposition friendly, exempt toadstools from the allies dying conduct. Increase decomposition toadstool base duration.
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;