Add all systems effects scripts + translations
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
if (!this.actor.has("Night Vision") && !this.actor.has("Night Vision", "talent") && !this.actor.hasCondition("blinded"))
|
||||
if (!this.actor.has("Vision Nocturne") && !this.actor.has("Vision Nocturne", "talent") && !this.actor.hasCondition("blinded"))
|
||||
{
|
||||
this.actor.addCondition("blinded", 1, {"flags.wfrp4e.nightshroud" : true})
|
||||
}
|
Reference in New Issue
Block a user