mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.88 - version update
This commit is contained in:
parent
124c7f3448
commit
1ca77af1dc
3 changed files with 16 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue