4 lines
203 B
JavaScript
4 lines
203 B
JavaScript
if (!this.actor.has("Night Vision") && !this.actor.has("Night Vision", "talent") && !this.actor.hasCondition("blinded"))
|
|
{
|
|
this.actor.addCondition("blinded", 1, {"flags.wfrp4e.nightshroud" : true})
|
|
} |