mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor(generation): cultures completion
This commit is contained in:
parent
6d70458aaf
commit
a832354b48
12 changed files with 679 additions and 378 deletions
|
|
@ -5,6 +5,7 @@ import {tip} from "scripts/tooltips";
|
|||
import {openURL} from "utils/linkUtils";
|
||||
import {rn} from "utils/numberUtils";
|
||||
import {closeDialogs} from "dialogs/utils";
|
||||
import {defaultNameBases} from "config/namebases";
|
||||
|
||||
let isLoaded = false;
|
||||
|
||||
|
|
@ -245,7 +246,7 @@ export function editNamesbase() {
|
|||
Restore: function () {
|
||||
$(this).dialog("close");
|
||||
Names.clearChains();
|
||||
nameBases = Names.getNameBases();
|
||||
nameBases = [...defaultNameBases];
|
||||
createBasesList();
|
||||
updateInputs();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue