3 lines
140 B
JavaScript
3 lines
140 B
JavaScript
let healed = parseInt(this.effect.sourceTest.result.SL)
|
|
this.actor.modifyWounds(healed)
|
|
this.script.scriptMessage(`Healed ${healed} Wounds`) |