From 21695abdc349e579845565976a72d5600a1f8c4a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 12 Jul 2009 08:05:12 +0000 Subject: Give Zin a one-shot ability at piety > 160 (cf. TSO's/Lugonu's weapon blessings) to remove all mutations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10173 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index 116fcb8c4a..b9d8c297ca 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -100,6 +100,7 @@ harm_protection_type god_protects_from_harm(god_type god, bool actual = true); bool divine_retribution(god_type god); bool zin_sustenance(bool actual = true); +bool zin_remove_all_mutations(); bool yred_injury_mirror(bool actual = true); bool beogh_water_walk(); void good_god_holy_attitude_change(monsters *holy); -- cgit v1.2.3-54-g00ecf