Corrections suite a migration Foundry v12

This commit is contained in:
2024-05-01 09:46:37 +02:00
parent 699dba5511
commit 580a2ccaba
80 changed files with 290 additions and 363 deletions

View File

@@ -43,6 +43,7 @@ export class MournbladeActorSheet extends ActorSheet {
armes: foundry.utils.duplicate(this.actor.getWeapons()),
protections: foundry.utils.duplicate(this.actor.getArmors()),
dons: foundry.utils.duplicate(this.actor.getDons()),
pactes: foundry.utils.duplicate(this.actor.getPactes()),
alignement: this.actor.getAlignement(),
aspect: this.actor.getAspect(),
marge: this.actor.getMarge(),