Files
wfrp-4e-de/reference_scripts/6xTtJEhRc4OjcDTf.js
T
2025-05-10 00:11:46 +02:00

5 lines
166 B
JavaScript

if (getProperty(args.data, "system.status.fortune.value"))
{
this.script.scriptNotification("Cannot update Fortune");
delete args.data.system.status.wounds.value;
}