forked from public/foundryvtt-wh4-lang-fr-fr
Fix scripts !
This commit is contained in:
@@ -8,7 +8,7 @@ if (test.failed && (test.result.roll % 11 == 0 || test.result.roll == 100))
|
||||
}
|
||||
else
|
||||
{
|
||||
let points = this.effet.sourceTest.result.overcast.usage.other.current;
|
||||
let points = this.effect.sourceTest.result.overcast.usage.other.current;
|
||||
this.actor.update({"system.status.corruption.value" : this.actor.system.status.corruption.value - points})
|
||||
this.script.message(`Perd de ${points} de Corruption`)
|
||||
}
|
||||
Reference in New Issue
Block a user