mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
1.0.18
This commit is contained in:
parent
6bd0ce5533
commit
57c1e17c88
11 changed files with 203 additions and 122 deletions
|
|
@ -58,7 +58,10 @@
|
|||
|
||||
// check whether all bases are valid. If not, load default namesbase
|
||||
const invalidBase = pack.cultures.some(c => !nameBase[c.base]);
|
||||
if (invalidBase) applyDefaultNamesData();
|
||||
if (invalidBase) {
|
||||
nameBases = Names.getNameBases();
|
||||
nameBase = Names.getNameBase();
|
||||
}
|
||||
|
||||
function getRandomCultures(c) {
|
||||
const d = getDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue