git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5730 c06c8d41-db1a-0410-9941-cceddc491573
NSQ7BSO5C6QSTHWAIDTQ3XMYN5DENKKPUAA2GE6KQJRWQSDEU4NAC
if (!player_under_penance() && !silenced( you.x_pos, you.y_pos ))
// God abilities generally don't work while silenced (they require
// invoking the god), but Nemelex is an exception.
if (!player_under_penance() && (!silenced(you.x_pos, you.y_pos)
|| you.religion == GOD_NEMELEX_XOBEH))