Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
Rivi 616: | Rivi 616: | ||
y = row * 10 + 1; | y = row * 10 + 1; | ||
if ( ic > 0 ) { | if ( ic > 0 ) { | ||
if ( Math.random() < ( (iavg) / 3) ) { | dist = Math.sqrt( Math.pow( (5-x), 2 ) + Math.pow( (5-y), 2 ) ); | ||
if ( Math.random() < ( ( iavg * dist ) / 3 ) ) { | |||
aclass = 'ice1'; | aclass = 'ice1'; | ||
} else { | } else { |