forked from public/foundryvtt-wh4-lang-fr-fr
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:
@@ -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)
|
||||
Reference in New Issue
Block a user