This commit is contained in:
François-Xavier Guillois
2023-09-04 08:27:30 +02:00
parent 7677c79582
commit 6f244ca1ef
3 changed files with 22 additions and 15 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ export class TotemPicker extends Application {
if (totem != null){
this.actor.update({ 'system.identity.totem': totem });
}
this.close();
});
}
@@ -119,7 +119,7 @@ export class ActorPicker extends Application {
} else if (type == 'encounters'){
this.actor.update({ 'system.encounters': actorsList });
}
});
}