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