From 3a83e92a99ce7a161f36e0bd2f1412580ef9bca0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 20 Jul 2009 18:07:51 +0000 Subject: Apply caotto's plant god patch, for now named "Feawn". Also fix potions of porridge's menu colour being yellow for Mummies. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10355 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/effects.h') diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h index 2249572fe5..23cfe2b726 100644 --- a/crawl-ref/source/effects.h +++ b/crawl-ref/source/effects.h @@ -48,6 +48,13 @@ bool lose_stat(unsigned char which_stat, unsigned char stat_loss, bool lose_stat(unsigned char which_stat, unsigned char stat_loss, const item_def &cause, bool removed, bool force = false); +// called from spells2 -cao +int mushroom_prob(item_def & corpse); + +int spawn_corpse_mushrooms(item_def &corpse, + int target_count, + int & seen_targers, + bool distance_as_time = false); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf