git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3926 c06c8d41-db1a-0410-9941-cceddc491573
6U5OXFVONPHTWJWWS77QGTRIONYKYWMUWNWJ4WHMI2ISSOWZJETQC
UPNIIOG2FHJ4WFGGPZBFYK3GYONL3Z5LO4FEYRJPE7WHNI5R7UZQC
M2EUGZPKR6XTZSLQYDO7CDBBR2WPPMCBIBKJSZW5P7KYUOUPZSZQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (you.religion == GOD_SHINING_ONE && !player_under_penance() && random2(you.piety) >= piety_breakpoint(0) && !one_chance_in(3)) { bless_follower(GOD_SHINING_ONE, is_tso_follower, mons); } // Randomly bless the follower who gained experience.
if (you.religion == GOD_SHINING_ONE
&& !player_under_penance()
&& random2(you.piety) >= piety_breakpoint(0)
&& !one_chance_in(3))
{
bless_follower(GOD_SHINING_ONE, is_tso_follower, mons);
}
// Randomly bless the follower who gained experience.