4 lines
205 B
JavaScript
4 lines
205 B
JavaScript
|
if (args.opposedTest.result.hitloc.value == "head")
|
||
|
{
|
||
|
this.script.scriptMessage(`<b>${this.actor.prototypeToken.name}</b> receives a @Table[crithead]{Critical Wound} if one was not caused already.`)
|
||
|
}
|