v0.1.2
This commit is contained in:
@@ -167,6 +167,7 @@ export class VermineGroupSheet extends VermineActorSheet {
|
||||
if (actorIdIndex !== -1){
|
||||
this.actor.system.members.splice(actorIdIndex, 1);
|
||||
}
|
||||
this.actor.update({ "system.members": this.actor.system.members });
|
||||
this.render(true);
|
||||
});
|
||||
|
||||
@@ -177,6 +178,7 @@ export class VermineGroupSheet extends VermineActorSheet {
|
||||
if (actorIdIndex !== -1){
|
||||
this.actor.system.encounters.splice(actorIdIndex, 1);
|
||||
}
|
||||
this.actor.update({ "system.encounters": this.actor.system.encounters });
|
||||
this.render(true);
|
||||
});
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"id": "vermine2047",
|
||||
"title": "Vermine 2047",
|
||||
"description": "The Vermine 2047 system for FoundryVTT!",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"compatibility": {
|
||||
"minimum": 10,
|
||||
"verified": "10.287",
|
||||
|
||||
Reference in New Issue
Block a user