protection. Properly take this into account on the "%" screen (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4506 c06c8d41-db1a-0410-9941-cceddc491573
E25DTNQGNRJDHFV4VEZLQAOOUCAIGVPKTZ2HZF3VK6N46VHBGKYAC
J7KCPTGASQNRAKVKQ5FCXZ75E75PK7I2BB6MFSI3COWU6HRKTWSAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
TFNFP2YQA4EOVE4VIXBEQSGACZSXHWIQ2T4TIPQ46R2MJW2C4B5AC
if (you.religion == GOD_SHINING_ONE && you.piety > pl * 50)
if (you.religion == GOD_SHINING_ONE && you.piety > pl * 50 && !player_under_penance()) {
if (you.religion == GOD_SHINING_ONE && you.piety > pl * 50
&& !player_under_penance())
{
}