refactor: split states and burgs generators

This commit is contained in:
Azgaar 2024-09-29 14:24:44 +02:00
parent e53c3a7773
commit d7d79ad740
18 changed files with 445 additions and 358 deletions

View file

@ -343,7 +343,7 @@ function editDiplomacy() {
}
function regenerateRelations() {
BurgsAndStates.generateDiplomacy();
States.generateDiplomacy();
refreshDiplomacyEditor();
}