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/spells2.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index a30756f0c1..5401bf5fc1 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -28,6 +28,20 @@ int detect_traps(int pow); void cast_refrigeration(int pow); void cast_toxic_radiance(void); void drain_life(int pow); + +int fungal_bloom(); +int create_plant(coord_def & target); +//bool plant_from_fruit(); +bool sunlight(); + + +bool plant_ring_from_fruit(); + +int rain(coord_def & target); +void corpse_spores(); +bool evolve_flora(); + + bool restore_stat(unsigned char which_stat, unsigned char stat_gain, bool suppress_msg, bool recovery = false); -- cgit v1.2.3-54-g00ecf