Files
wfrp-4e-de/scripts/ramav4ymrDDkPKK4.js
2025-05-15 23:03:43 +02:00

9 lines
227 B
JavaScript

if (this.actor.hasCondition("bleeding"))
{
this.actor.removeCondition("bleeding");
this.script.scriptNotification("Removed 1 Bleeding Condition")
}
else
{
this.script.scriptNotification("No Bleeding Conditions");
}