4 lines
85 B
JavaScript
Raw Normal View History

if (this.actor.system.status.wounds.value == 0)
{
this.actor.addCondition("dead");
}