git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4901 c06c8d41-db1a-0410-9941-cceddc491573
AIQ24CKN7P4IGXDHDG43K6SF5AOTAABECR46CJT3NU5624JHOGYAC
const bool holy = (is_good_god(you.religion) && mons_is_evil_or_unholy(mon));
const bool antimagical = (you.religion == GOD_TROG && mons_is_magic_user(mon));
const bool holy =
(is_good_god(you.religion) && mons_is_evil_or_unholy(mon));
const bool antimagical =
(you.religion == GOD_TROG && mons_is_magic_user(mon));