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

10 lines
259 B
JavaScript

let bleeding = this.actor.hasCondition("bleeding")
if (bleeding)
{
this.script.scriptNotification(`Suppression de ${bleeding.conditionValue} états Hémorragiques`)
bleeding.delete();
}
else
{
this.script.scriptNotification(`Aucune Hémorragie`)
}