4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
|
if (args.opposedTest.result.hitloc && args.opposedTest.result.hitloc.value == "head")
|
||
|
{
|
||
|
args.actor.addCondition("entangled")
|
||
|
}
|