potential to Mess Up Life (yes, we can discuss this further if necessary :-)).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@724 c06c8d41-db1a-0410-9941-cceddc491573
ENXH3WOZDV5SVVQ2WIGVUOUZ7LEIEOGBHVOY7TD6DUSJEJGXU33QC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
}static bool got_distortion_roll(const int item_level){ return (item_level < 25? random2(600) <= item_level : one_chance_in(25));
}
static bool got_distortion_roll(const int item_level)
{
return (item_level < 25? random2(600) <= item_level
: one_chance_in(25));
if (one_chance_in(25))
if (got_distortion_roll(item_level))
if (one_chance_in(20))