Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let blunt = await Dialog.confirm({label : "test", content :`<p>Appliquer la réduction des Dégats contondants? (-3)</p>`})
|
||||
let blunt = await foundry.applications.api.DialogV2.confirm({window: {title : this.effect.name}, content :`<p>Appliquer la réduction des dégâts contondants ? (-3)</p>`})
|
||||
|
||||
if (blunt)
|
||||
{
|
||||
args.modifiers.other.push({label : this.effect.name, details : "Réduction des dégats contondants", value : -3})
|
||||
args.modifiers.other.push({label : this.effect.name, details : "Réduction des Dégâts Contondants", value : -3})
|
||||
}
|
||||
Reference in New Issue
Block a user