foundryvtt-wh4-lang-fr-fr/scripts/2WBq5gW780C6zfCp.js

9 lines
235 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (args.weapon && this.item.system.usesLocation(args.weapon))
{
args.bleedingHand = true;
let success = await this.effect.manualScripts[0].execute({actor: this.actor})
if (!success)
{
args.abort = true;
}
}