fix: correction des noms de méthodes, variables et clés de propriétés JS traduits par erreur (applyPeur→applyFear, postPeur→postFear, effet→effect, Test→test, Blessures→wounds)

This commit is contained in:
2026-07-24 13:22:31 +02:00
parent 636632063c
commit 05cc3eb9e2
42 changed files with 99 additions and 99 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ let fearCounter = this.item.effects.filter(i => i.name == this.effect.name).leng
fearCounter += Number(this.actor.has("Peur")?.system.specification.value) || 0
game.wfrp4e.utility.postPeur(fearCounter || 1, this.effect.name)
game.wfrp4e.utility.postFear(fearCounter || 1, this.effect.name)