git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2863 c06c8d41-db1a-0410-9941-cceddc491573
CTLRYTHXAZCMYIL6YJMV7357NC25EXT7QC3UQT4RB6HGSBXKPREQC
do
{
mutat = static_cast<mutation_type>(random2(NUM_MUTATIONS));
if (one_chance_in(1000))
return false;
} while ( !accept_mutation(mutat) );
}
mutat = static_cast<mutation_type>(random2(NUM_MUTATIONS));
if (one_chance_in(1000))
return false;
} while ( !accept_mutation(mutat) );