git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7324 c06c8d41-db1a-0410-9941-cceddc491573
K7RHXXIVMNWQLMD3J463ZLTI4KWW3FZTBFQSUCEBDKO6PZWHGIGAC
6EZYOF7W56XYRLZ7JSIX3DLQS7BOYVQP7TSSCNU7WIJT4FPZIM6QC
BNRY5YIXLFE2TDNU2JQHWWXJQVWNSEWQ52DU7XUWIT5DZWKGBDDAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
QDTVLBRGHDTRUVT7I3O72K6TMOYAUSAJBZUHGOEFU2RKJNUPWZSQC
bool mons_twisted_resurrection_abomination(const monsters *mon);
bool mons_undead_abomination(const monsters *mon);
bool mons_twisted_resurrection_abomination(const monsters *mon)
bool mons_undead_abomination(const monsters *mon)
|| mon->type == MONS_ABOMINATION_LARGE) && !mons_enslaved_twisted_soul(mon) && !mons_is_summoned(mon));
|| mon->type == MONS_ABOMINATION_LARGE)
&& !mons_enslaved_twisted_soul(mon)
&& !mons_is_summoned(mon));
|| mon->type == MONS_ABOMINATION_LARGE));
return (!mons_twisted_resurrection_abomination(this) && (!mons_is_zombified(this) || mons_enslaved_intact_soul(this)));
return (!mons_twisted_resurrection_abomination(this)
&& (!mons_is_zombified(this)
|| mons_enslaved_intact_soul(this)));
return (mons_enslaved_soul(this) || (!mons_is_zombified(this) && !mons_undead_abomination(this)));
return (mons_enslaved_soul(this)
|| (!mons_is_zombified(this)
&& !mons_undead_abomination(this)));