#54 Gestion complète du malus armure

This commit is contained in:
2020-12-02 14:00:54 +01:00
parent d614206859
commit 18c7eb767d
7 changed files with 37 additions and 11 deletions

View File

@ -91,7 +91,7 @@ export class RdDActorSheet extends ActorSheet {
data.data.nbCritiques = this.actor.countBlessures(data.data.blessures.critiques.liste );
// Mise à jour de l'encombrement total
this.actor.computeEncombrementTotal();
this.actor.computeEncombrementTotalEtMalusArmure();
// Common data
data.data.competenceByCategory = data.competenceByCategory;
data.data.encombrementTotal = this.actor.encombrementTotal;