diff --git a/modules/yggdrasill-actor-sheet.js b/modules/yggdrasill-actor-sheet.js index d51e311..8c77380 100644 --- a/modules/yggdrasill-actor-sheet.js +++ b/modules/yggdrasill-actor-sheet.js @@ -83,10 +83,10 @@ export class YggdrasillActorSheet extends ActorSheet { dm.total = dm.max + Number(dm.bonusmalus); } /* -------------------------------------------- */ - updateDP( data ) { +updateDP( data ) { let dp = data.caracsecondaire.defensephy; dp.total = dp.max + Number(dp.bonusmalus); - dp.total += (dp.bouclierequipe) ? 3 : 0; + dp.total += this.actor.getDpBouclier(); } /* -------------------------------------------- */