#54 Gestion complète du malus armure
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user