attacking and killing hostile holy beings (not counting holy beings that weren't hostile until you attacked them, of course). The warning prompt now takes this into account, as well.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9532 c06c8d41-db1a-0410-9941-cceddc491573
QB63BJ2J32GBEF7N7YWHQIBTBODWVUZIRMNH42PCQWTRGU6JG2EQC piety_change = -level;if (known || thing_done == DID_ATTACK_HOLY&& victim->attitude != ATT_HOSTILE)
if (thing_done == DID_ATTACK_HOLY&& (victim->attitude != ATT_HOSTILE|| testbits(victim->flags, MF_CREATED_FRIENDLY)|| testbits(victim->flags, MF_WAS_NEUTRAL)))