>= 150 (Erik).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1010 c06c8d41-db1a-0410-9941-cceddc491573
TTJ3ZULM45YPPVIYM5AQ5WE362I5WCJ7RUILQDGVCBEXKVQ3YAYAC
T3N3QMDZCRFNBUCRXTICPL4XBK6ZBQC4HE2QD747EKTPABXRRA7QC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Sif Muna has a gentler taper off because training because
// Sif Muna has a gentler taper off because training becomes
if ((you.piety > 220) ||
if ((you.piety > 199) ||
// Returns true if the player can use the good gods' passive piety gain.static bool need_free_piety(){ return (you.piety < 150 || you.gift_timeout || you.penance[you.religion]);}
// Returns true if the player can use the good gods' passive piety gain.
static bool need_free_piety()
{
return (you.piety < 150 || you.gift_timeout || you.penance[you.religion]);
}
if (you.piety < 150 && one_chance_in(20))
if (need_free_piety() && one_chance_in(20))
if (you.piety < 150 && one_chance_in(15))
if (need_free_piety() && one_chance_in(15))