forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
@ -2,11 +2,11 @@ let advantage = this.actor.system.status.advantage.value;
|
||||
if (advantage > 0)
|
||||
{
|
||||
await this.actor.setAdvantage(0);
|
||||
this.script.scriptNotification("Advantage Subtracted")
|
||||
this.script.scriptNotification("Avantage soustrait")
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.script.scriptNotification("Not enough Advantage!", "error")
|
||||
return this.script.scriptNotification("Pas assez d'Avantages!", "error")
|
||||
}
|
||||
|
||||
let test = await this.actor.setupTrait(this.item, {fields : {slBonus : advantage}})
|
||||
|
Reference in New Issue
Block a user