Merge branch 'master' into alpha

This commit is contained in:
Azgaar 2021-02-23 22:38:44 +03:00 committed by GitHub
commit 305d355ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 168 additions and 1 deletions

View file

@ -74,6 +74,7 @@
ERROR && console.error("Name base is empty, default nameBases will be applied");
nameBases = Names.getNameBases();
}
cultures.forEach(c => c.base = c.base % nameBases.length);
function getRandomCultures(c) {
@ -380,6 +381,7 @@
}
});
}
TIME && console.timeEnd('expandCultures');
}