Add all systems effects scripts + translations
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
if (!this.actor.effects.find(e => e.isCondition))
|
||||
{
|
||||
return this.script.scriptNotification("No Conditions on this Actor")
|
||||
return this.script.scriptNotification("Aucun état sur cet acteur")
|
||||
}
|
||||
|
||||
let choice = await ItemDialog.create(this.actor.effects.filter(i => i.isCondition), 1, "Choose a Condition")
|
||||
let choice = await ItemDialog.create(this.actor.effects.filter(i => i.isCondition), 1, "Choisissez un état")
|
||||
|
||||
if (choice[0])
|
||||
{
|
||||
|
Reference in New Issue
Block a user