From f903462645b80653998fe987732752038be862d4 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 17 Jan 2010 17:36:51 -0500 Subject: Allow toadstools on tiles Fedhas worshipers are standing on Mostly this is so that decomposition can work on corpses the player is standing on. Update the decomposition ability description accordingly. --- crawl-ref/source/godabil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/godabil.h') diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h index ed787249bf..a177e9071c 100644 --- a/crawl-ref/source/godabil.h +++ b/crawl-ref/source/godabil.h @@ -20,6 +20,7 @@ bool jiyva_remove_bad_mutation(); bool beogh_water_walk(); void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false, bool quiet = false, bool unrestricted = false); +bool fedhas_passthrough_class(const monster_type mc); bool fedhas_passthrough(const monsters * target); bool fedhas_shoot_through(const bolt & beam, const monsters * victim); int fungal_bloom(); -- cgit v1.2.3-54-g00ecf