Files
2025-05-10 00:11:46 +02:00

4 lines
77 B
JavaScript

if (this.actor.system.status.wounds.value <= 1)
{
this.effect.delete();
}