unholy. [1767848]
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2480 c06c8d41-db1a-0410-9941-cceddc491573
YSEQJNZHMIMLGMGQ5RLZA3D6PDSKDTFVZOHGYLYZ7NLHIKTF5H6AC
if (spell_is_unholy( spell ))
did_god_conduct( DID_UNHOLY, 10 + spell_difficulty(spell) );
// Self-banishment gets a special exemption - you're there to spread light
if (spell_is_unholy(spell) &&
(spell != SPELL_BANISHMENT || !you.banished))
{
did_god_conduct( DID_UNHOLY, 10 + spell_difficulty(spell) );
}