git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7959 c06c8d41-db1a-0410-9941-cceddc491573
PP642B7OPNJ4WKF7X3UD6AP6OQYVM2C6NF73US3FC5MQ7JJZ3S7QC
// Holy monsters that aren't gifts of Xom won't use chaotic
// weapons.
if (mons_is_holy(this) && this->god != GOD_XOM
// Holy monsters that aren't gifts of Xom and good god
// worshippers won't use chaotic weapons.
if (((mons_is_holy(this) && this->god != GOD_XOM) || is_good_god(god))