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