followers, as before.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4317 c06c8d41-db1a-0410-9941-cceddc491573
WMTRBAQVH7DWABBIZF3VUEFSAC626NFLDGNQCG7LDRP33WWG7POAC
// allow retribution during god's own penance
if (god != you.religion && !god_hates_your_god(god))
// Good gods don't use divine retribution on their followers, and
// other gods don't use divine retribution on followers of gods they
// don't hate.
if ((god == you.religion && is_good_god(god))
|| (god != you.religion && !god_hates_your_god(god)))
{