v1.5.88 - version update

This commit is contained in:
Azgaar 2021-03-02 13:15:00 +03:00
parent 124c7f3448
commit 1ca77af1dc
3 changed files with 16 additions and 9 deletions

View file

@ -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);