git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5762 c06c8d41-db1a-0410-9941-cceddc491573
JEWRZ3AI42QDS32KLPVYQZIXLS3GYOOU64IR4IPPKZNF4JYUL7TAC
WXZQJUZXMYS7R6ORNB7DWE5KEUXT262GXWMRPOJYYB4I3BFGYLLAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
return you.religion == GOD_BEOGH && !player_under_penance() && you.piety >= piety_breakpoint(4);
return
you.religion == GOD_BEOGH &&
!player_under_penance() &&
you.piety >= piety_breakpoint(4);
return (you.religion == GOD_BEOGH && !player_under_penance() && you.piety >= piety_breakpoint(4));
return (you.religion == GOD_BEOGH && !player_under_penance()
&& you.piety >= piety_breakpoint(4));