This commit is contained in:
François-Xavier Guillois
2023-09-01 21:50:07 +02:00
parent ac445bfe40
commit 3edc669e44
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -167,6 +167,7 @@ export class VermineGroupSheet extends VermineActorSheet {
if (actorIdIndex !== -1){ if (actorIdIndex !== -1){
this.actor.system.members.splice(actorIdIndex, 1); this.actor.system.members.splice(actorIdIndex, 1);
} }
this.actor.update({ "system.members": this.actor.system.members });
this.render(true); this.render(true);
}); });
@@ -177,6 +178,7 @@ export class VermineGroupSheet extends VermineActorSheet {
if (actorIdIndex !== -1){ if (actorIdIndex !== -1){
this.actor.system.encounters.splice(actorIdIndex, 1); this.actor.system.encounters.splice(actorIdIndex, 1);
} }
this.actor.update({ "system.encounters": this.actor.system.encounters });
this.render(true); this.render(true);
}); });
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "vermine2047", "id": "vermine2047",
"title": "Vermine 2047", "title": "Vermine 2047",
"description": "The Vermine 2047 system for FoundryVTT!", "description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.1.1", "version": "0.1.2",
"compatibility": { "compatibility": {
"minimum": 10, "minimum": 10,
"verified": "10.287", "verified": "10.287",