From 9397dc1a7fae542bc4978529ca3a0b2b009075b6 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Mon, 2 Nov 2009 21:20:08 -0500 Subject: Some tweaks to decomposition Make toadstools created via decomposition friendly, exempt toadstools from the allies dying conduct. Increase decomposition toadstool base duration. --- crawl-ref/source/effects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/effects.h') 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; -- cgit v1.2.3-54-g00ecf