5 lines
175 B
JavaScript
Raw Normal View History

if (args.opposedTest.result.hitloc.value == this.item.system.location.key)
{
args.actor.addCondition("bleeding", 1);
this.script.scriptNotification("Added Bleeding")
}