Files
foundryvtt-wh4-lang-fr-fr/scripts/Cri5Q7ux6ni7zNVS.js

7 lines
214 B
JavaScript

// Cannot be Surprised in combat.
if (this.actor.hasCondition("surprised"))
{
this.actor.removeCondition("surprised")
ui.notifications.notify(`<strong>${this.effect.name}</strong>: Cannot be surprised`);
}