forked from public/foundryvtt-wh4-lang-fr-fr
Nombreuses corections de scripts...
This commit is contained in:
@@ -7,9 +7,9 @@ const test = await this.actor.setupSkill(game.i18n.localize("NAME.Résistance"),
|
||||
}
|
||||
});
|
||||
|
||||
await Test.roll();
|
||||
await test.roll();
|
||||
|
||||
if (Test.Échoué) {
|
||||
const SL = Number(Test.result.SL);
|
||||
if (test.failed) {
|
||||
const SL = Number(test.result.SL);
|
||||
this.script.message(`Butcher perd ${SL} dents.`);
|
||||
}
|
||||
Reference in New Issue
Block a user