2024-05-17 12:46:44 +02:00
|
|
|
if (!this.actor.has("Vision Nocturne") && !this.actor.has("Vision Nocturne", "talent") && !this.actor.hasCondition("blinded"))
|
2024-05-16 17:57:51 +02:00
|
|
|
{
|
|
|
|
this.actor.addCondition("blinded", 1, {"flags.wfrp4e.nightshroud" : true})
|
|
|
|
}
|