5 lines
179 B
JavaScript
Raw Normal View History

if (args.opposedTest.result.hitloc.value == "body" && args.totalWoundLoss > 0)
{
args.actor.addCondition("bleeding", 2)
this.script.scriptNotification("Added Bleeding")
}