Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 631: | Rivi 631: | ||
if ( ic > 0 ) { | if ( ic > 0 ) { | ||
dist = Math.sqrt( Math.pow( (4.5-col), 2 ) + Math.pow( (4.5-row), 2 ) ) / Math.sqrt( 40.5 ); | dist = Math.sqrt( Math.pow( (4.5-col), 2 ) + Math.pow( (4.5-row), 2 ) ) / Math.sqrt( 40.5 ); | ||
if ( Math.random() < iavg && Math.random() < ( dist * | if ( Math.random() < iavg && Math.random() < ( dist * 4 ) ) { | ||
aclass = 'ice1'; | aclass = 'ice1'; | ||
} else { | } else { | ||


