4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
|
if (this.actor.system.status.wounds.value == 0)
|
||
|
{
|
||
|
this.actor.addCondition("dead");
|
||
|
}
|