Update scripts

This commit is contained in:
2024-10-08 20:52:09 +02:00
parent 1f1d871e53
commit fc4fa1deb5
178 changed files with 12247 additions and 10701 deletions

View File

@ -1,6 +1,6 @@
if (isNaN(parseInt(this.item.system.specification.value)))
{
let value = await ValueDialog.create("Saisir le valeur de Grim", this.effect.name);
let value = await ValueDialog.create({tetx : "Enter Grim value", title : this.effect.name});
if (value)
{
this.item.updateSource({"system.specification.value" : value});