git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7738 c06c8d41-db1a-0410-9941-cceddc491573
43ZYZLF7JFSCKTLQMBYIHNGGDMN3OBDX4X4PLXLIUFD5DPYSDCXQC
int clone_chance = can_clone ? 1 : 0;
int poly_chance = can_poly ? 1 : 0;
int poly_up_chance = can_poly ? 1 : 0;
int shifter_chance = can_poly ? 1 : 0;
int clone_chance = can_clone ? 1 : 0;
int poly_chance = can_poly ? 1 : 0;
int poly_up_chance = can_poly && mon ? 1 : 0;
int shifter_chance = can_poly && mon ? 1 : 0;