with good god worshippers and evil items.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6995 c06c8d41-db1a-0410-9941-cceddc491573
Y4W5B7TS4CW7OBGFOSUGCFG5GSO2FU7QXMXFWDPWG7AM4CL7VHWQC
if (showMsgs)
mpr("You really shouldn't be using a nasty item like this.");
if (is_holy_item(item) && you.religion == GOD_YREDELEMNUL)
mpr("You really shouldn't be using a holy item like this.");
else if (is_evil_item(item) && is_good_god(you.religion))
mpr("You really shouldn't be using an evil item like this.");