From e1e31531afa139aa64ba076c196c1013e5959a92 Mon Sep 17 00:00:00 2001 From: howlingsails Date: Mon, 6 Dec 2021 22:31:04 -0800 Subject: [PATCH] fixing IPv6 --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 3826d90d..c28001ce 100644 --- a/main.js +++ b/main.js @@ -363,8 +363,8 @@ function applyDefaultBiomesSystem() { "Wetland" // 12 ]; const biomeColor = ["#466eab", "#fbe79f", "#b5b887", "#d2d082", "#c8d68f", "#b6d95d", "#29bc56", "#7dcb35", "#409c43", "#4b6b32", "#96784b", "#d5e7eb", "#0b9131"]; - const biomeIx = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; // For Readability -]:-)> - const habitability = [2, 20, 25, 32, 35, 50, 50, 20, 45, 12, 4, 1, 75]; + const biomeIx = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; // For Readability -]:-)> + const habitability = [2, 30, 35, 40, 45, 50, 50, 20, 35, 22, 25, 5, 55]; const iconsDensity = [0, 3, 2, 120, 120, 120, 120, 150, 150, 100, 5, 0, 150]; const icons = [ {},