and Yred, as it's only hypothetical at this point.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4903 c06c8d41-db1a-0410-9941-cceddc491573
UVJFLHV4GTNW3BVEPTOUNWGXT4GY32PDKV22EJGMYQTS4BXAHJDQC && mons_friendly(mon));}bool is_undead_follower(const monsters* mon){return (mon->alive() && mons_holiness(mon) == MH_UNDEAD&& mons_friendly(mon));}bool is_nonmagical_follower(const monsters* mon){return (mon->alive() && !mons_is_magic_user(mon)
else if (you.religion == GOD_KIKUBAAQUDGHA|| you.religion == GOD_YREDELEMNUL){return is_undead_follower(mon)|| (you.religion == GOD_KIKUBAAQUDGHA && mon->type == MONS_REAPER);}else if (you.religion == GOD_TROG)return is_nonmagical_follower(mon);