forked from public/foundryvtt-wh4-lang-fr-fr
Nombreuses corections de scripts...
This commit is contained in:
@@ -7,8 +7,8 @@ let difficulty = ""
|
||||
difficulty = "veasy"
|
||||
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Résistance"), {context : {failure : this.actor.name + " meurt de la Pourriture"}, fields: {difficulty}, appendTitle : " - Pourriture"})
|
||||
await Test.roll();
|
||||
if (Test.Échoué)
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
this.actor.addCondition("dead");
|
||||
}
|
||||
Reference in New Issue
Block a user