except for those under penance from Xom, whom he's never nice to.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8461 c06c8d41-db1a-0410-9941-cceddc491573
QF5LILALY55UNUHCZE22D6FGPJOJJKNJQFLBMRACMBWJBSO7PMCQC
// If you.gift_timeout was 0, then Xom was BORED. He HATES that.
return (you.gift_timeout > 0 && you.piety > (MAX_PIETY / 2));
if (you.penance[GOD_XOM])
return (false);
if (you.religion == GOD_XOM)
// If you.gift_timeout was 0, then Xom was BORED. He HATES that.
return (you.gift_timeout > 0 && you.piety > (MAX_PIETY / 2));
else
return coinflip();