Files
wfrp-4e-de/reference_scripts/iMu8BZ7eHMAbPEO1.js
T
2025-05-02 12:24:44 +02:00

5 lines
158 B
JavaScript

let healed = args.totalWoundLoss
this.script.scriptMessage(`<b>this.actor.prototypeToken.name</b> healed ${healed} Wounds`);
this.actor.modifyWounds(healed)