mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
parent
abb131b798
commit
3f8ee8d740
5 changed files with 141 additions and 4 deletions
|
|
@ -214,7 +214,6 @@ function editDiplomacy() {
|
|||
function selectRelation(subjectId, objectId, currentRelation) {
|
||||
const states = pack.states;
|
||||
const subject = states[subjectId];
|
||||
const object = states[objectId];
|
||||
|
||||
const relationsSelector = Object.entries(relations)
|
||||
.map(
|
||||
|
|
|
|||
|
|
@ -1176,7 +1176,7 @@ function refreshAllEditors() {
|
|||
// dynamically loaded editors
|
||||
async function editStates() {
|
||||
if (customization) return;
|
||||
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.05");
|
||||
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.35");
|
||||
Editor.open();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue