Sync to v7.2.0
This commit is contained in:
6
reference_scripts/bRiFHPC1StKxqNIC.js
Normal file
6
reference_scripts/bRiFHPC1StKxqNIC.js
Normal file
@ -0,0 +1,6 @@
|
||||
if (isNaN(parseInt(this.item.system.specification.value))) {
|
||||
let value = await ValueDialog.create("Sturdy Value", "Enter the Sturdy value");
|
||||
if (value) {
|
||||
this.item.updateSource({"system.specification.value" : value});
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user