From 1ca77af1dcce755645ca130b24fee8880386ecad Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 2 Mar 2021 13:15:00 +0300 Subject: [PATCH] v1.5.88 - version update --- index.html | 8 ++++---- main.js | 16 +++++++++++----- modules/lakes.js | 1 + 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d1940da7..13815826 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ #loading-text span:nth-child(3), #mapOverlay > span:nth-child(3) {animation-delay: 2s;} @keyframes blink {0% {opacity: 0;} 20% {opacity: 1;} 100% {opacity: .1;}} - - + + @@ -234,7 +234,7 @@
Azgaar's
Fantasy Map Generator
-
v. 1.5
+
v. 1.6

LOADING...

@@ -4111,7 +4111,7 @@ - + diff --git a/main.js b/main.js index c63c13ab..53aa7235 100644 --- a/main.js +++ b/main.js @@ -347,12 +347,18 @@ function showWelcomeMessage() { alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version ${version}. This version is compatible with ${changelog}, loaded .map files will be auto-updated. - Armoria preview + +

Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.

Thanks for all supporters on ${patreon}!`; diff --git a/modules/lakes.js b/modules/lakes.js index 01b26a43..7138cbf8 100644 --- a/modules/lakes.js +++ b/modules/lakes.js @@ -58,6 +58,7 @@ const defineGroup = function() { } const generateName = function() { + Math.random = aleaPRNG(seed); for (const feature of pack.features) { if (feature.type !== "lake") continue; feature.name = getName(feature);