Files
wfrp-4e-de/scripts/OxsBnnVI3Smpknpb.js
2025-05-15 23:03:43 +02:00

5 lines
205 B
JavaScript

if (this.actor.status.advantage.value && !this.actor.sameSideAs(this.effect.sourceActor))
{
this.actor.modifyAdvantage(-1);
this.script.scriptNotification(`${this.actor.name} loses 1 Advantage`);
}