more various climate

This commit is contained in:
Azgaar 2021-04-10 21:03:23 +03:00
parent 6fd8862d7a
commit 0bf8b568a9
5 changed files with 17 additions and 17 deletions

View file

@ -484,8 +484,8 @@ function drawIce() {
const used = new Uint8Array(cells.i.length);
Math.random = aleaPRNG(seed);
const shieldMin = -6; // max temp to form ice shield (glacier)
const icebergMax = 2; // max temp to form an iceberg
const shieldMin = -8; // max temp to form ice shield (glacier)
const icebergMax = 1; // max temp to form an iceberg
for (const i of grid.cells.i) {
const t = temp[i];