Merge states (#962)

* feat: merge states

* chore: update version
This commit is contained in:
Azgaar 2023-07-23 14:25:41 +04:00 committed by GitHub
parent abb131b798
commit 3f8ee8d740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 141 additions and 4 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(