4 lines
146 B
JavaScript
4 lines
146 B
JavaScript
|
if (parseInt(this.item.system.specification.value) > 0)
|
||
|
{
|
||
|
this.actor.system.status.ward.value = parseInt(this.item.system.specification.value);
|
||
|
}
|