Files
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;
}