This commit is contained in:
2021-03-12 17:41:13 +01:00
parent 87ca3febd3
commit 3285bd416e
11 changed files with 33 additions and 30 deletions

View File

@@ -157,7 +157,7 @@ export class SoSActor extends Actor {
return this.data.data.scores.wound.value;
}
computeWound() {
return Math.ceil( (this.data.data.stats.strength.value + this.data.data.stats.endurance.value) / 2) + this.data.data.scores.wounds.bonusmalus;
return Math.ceil( (this.data.data.stats.strength.value + this.data.data.stats.endurance.value) / 2) + this.data.data.scores.wound.bonusmalus;
}
/* -------------------------------------------- */