From 72c1249ae7f4841dc8b335cb3a0a5ce81cb45887 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 28 Jul 2009 03:39:01 +0000 Subject: Apply caotto's patch in [2827204] to finish the plant god, with some cleanups added by me. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10442 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index d107bdf8ee..734c5840d8 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -115,6 +115,7 @@ void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false, void beogh_convert_orc(monsters *orc, bool emergency, bool converted_by_follower = false); void jiyva_convert_slime(monsters* slime); +void feawn_neutralise_plant(monsters *plant); bool is_holy_item(const item_def& item); bool is_evil_item(const item_def& item); bool is_chaotic_item(const item_def& item); @@ -157,6 +158,7 @@ bool is_undead_slave(const monsters* mon); bool is_yred_undead_slave(const monsters* mon); bool is_orcish_follower(const monsters* mon); bool is_fellow_slime(const monsters* mon); +bool is_neutral_plant(const monsters* mon); bool is_good_lawful_follower(const monsters* mon); bool is_good_follower(const monsters* mon); bool is_follower(const monsters* mon); -- cgit v1.2.3-54-g00ecf