Update modules/yggdrasill-actor-sheet.js

This commit is contained in:
Archonoir-dev 2022-02-21 21:57:10 +00:00
parent d4a005fafb
commit d3ffc93738
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
/* -------------------------------------------- */