Add all systems effects scripts + translations
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
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`);
|
||||
this.script.scriptNotification(`${this.actor.name} perd 1 Avantage`);
|
||||
}
|
Reference in New Issue
Block a user