This commit is contained in:
@@ -13,7 +13,7 @@ const test = await this.actor.setupSkill(game.i18n.localize("NAME.Résistance"),
|
||||
await test.roll();
|
||||
|
||||
if (test.failed) {
|
||||
await this.actor.addEffectItems(bloodyFluxUUID, this.effet);
|
||||
await this.actor.addEffectItems(bloodyFluxUUID, this.effect);
|
||||
} else {
|
||||
const SL = test.result.SL;
|
||||
const heal = 1 + SL;
|
||||
|
||||
Reference in New Issue
Block a user