Files
wfrp-4e-de/reference_scripts/FiD3mvWIBHNNIuO9.js
T
2025-05-10 00:11:46 +02:00

8 lines
233 B
JavaScript

if (args.opposedTest.result.hitloc.value == "body")
{
if ((await new Roll("1d2").roll()).total == 1)
{
args.opposedTest.result.hitloc.value = "head"
this.script.scriptMessage(`Hit location changed to Head`)
}
}