This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Pray"), {appendTitle: ` - ${this.effect.name}`});
|
||||
await test.roll();
|
||||
|
||||
if (test.succeeded)
|
||||
{
|
||||
this.actor.removeCondition("blinded", 1 + parseInt(test.result.SL));
|
||||
}
|
||||
Reference in New Issue
Block a user