forked from public/foundryvtt-wh4-lang-fr-fr
Nombreuses corections de scripts...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Cool"), {appendTitle : ` - ${this.effect.name}`, fields : {difficulty : "difficult", slBonus : -1 * this.effect.sourceTest.result.SL}})
|
||||
await Test.roll();
|
||||
if (Test.succeeded)
|
||||
await test.roll();
|
||||
if (test.succeeded)
|
||||
{
|
||||
this.script.notification(`Résistance à ${this.effect.name}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user