forked from public/foundryvtt-wh4-lang-fr-fr
Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
if (this.actor.system.status.advantage.value >= 3)
|
||||
{
|
||||
this.actor.modifyAdvantage(-3);
|
||||
this.script.scriptNotification("Avantage soustrait")
|
||||
this.script.notification("Avantage retiré")
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.script.scriptNotification("Pas assez d'Avantages!", "error")
|
||||
return this.script.notification("Avantage retiré", "error")
|
||||
}
|
||||
|
||||
let test = await this.actor.setupTrait(this.item)
|
||||
|
||||
Reference in New Issue
Block a user