Files
wfrp-4e-de/scripts/k0AkkBLtE8oZhBwn.js
T
2025-05-10 00:11:46 +02:00

6 lines
252 B
JavaScript

if (isNaN(parseInt(this.item.system.specification.value))) {
let value = await ValueDialog.create({title : "Armoured Value", text : "Enter the Armoured value"});
if (value) {
this.item.updateSource({"system.specification.value" : value});
}
}