From 2c742f802ea5ff493de7f73e7a90b68ac5fd830d Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 3 Sep 2009 16:05:09 +0000 Subject: 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 --- crawl-ref/source/effects.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.h') 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; -- cgit v1.2.3-54-g00ecf