feat: merge states

This commit is contained in:
Azgaar 2023-07-23 05:24:27 +04:00
parent abb131b798
commit 8c654b9d30
2 changed files with 138 additions and 1 deletions

View file

@ -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(