override amulets of resist mutation. This fits because Xom can drain your stats regardless of a ring of sustain abilities, and because Zin's mutation protection is also a god gift.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4669 c06c8d41-db1a-0410-9941-cceddc491573
ESLLNNLAMSCTE3CM33AAORTFEG3CYMMTRWCIVWECO7WGCHRGVUJQC
// Less-than-perfect resistance can be overridden by a god gift.
if (((wearing_amulet(AMU_RESIST_MUTATION) && !one_chance_in(10))
|| (you.religion == GOD_ZIN && you.piety > random2(MAX_PIETY))
// A god gift overrides an amulet of resist mutation.
if ((wearing_amulet(AMU_RESIST_MUTATION) && !one_chance_in(10)