git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5070 c06c8d41-db1a-0410-9941-cceddc491573
HGH6TXJX5PZ6UWUX5CO2BRFCMG6EQY5EWI4YLYLBHTEHE2HEJBEAC
&& (player_mutation_level(MUT_STRONG) / 5 + 1) < (6 - step)
&& (player_mutation_level(MUT_CLEVER) / 5 + 1) < (6 - step)
&& (player_mutation_level(MUT_AGILE) / 5 + 1) < (6 - step))
&& (player_mutation_level(MUT_STRONG) / 5) < (6 - step)
&& (player_mutation_level(MUT_CLEVER) / 5) < (6 - step)
&& (player_mutation_level(MUT_AGILE) / 5) < (6 - step))
((player_mutation_level(MUT_STRONG) / 5 + 1) < (5 - step)
&& (player_mutation_level(MUT_CLEVER) / 5 + 1) < (5 - step)
&& (player_mutation_level(MUT_AGILE) / 5 + 1) < (5 - step));
((player_mutation_level(MUT_STRONG) / 5) < (5 - step)
&& (player_mutation_level(MUT_CLEVER) / 5) < (5 - step)
&& (player_mutation_level(MUT_AGILE) / 5) < (5 - step));