foundryvtt-wh4-lang-fr-fr/reference_scripts/OeCgX3hIsfLfmGvC.js

6 lines
165 B
JavaScript

let test = await this.actor.setupSkill(game.i18n.localize("NAME.Perception"))
await test.roll();
if (test.succeeded)
{
this.actor.removeCondition("surprised");
}