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

6 lines
165 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Perception"))
await test.roll();
if (test.succeeded)
{
this.actor.removeCondition("surprised");
}