5 lines
120 B
JavaScript

let blinded = this.actor.hasCondition("blinded");
if (blinded.getFlag("wfrp4e", "nightshroud"))
{
blinded.delete()
}