3 lines
138 B
JavaScript
3 lines
138 B
JavaScript
let healed = parseInt(this.effect.sourceTest.result.SL)
|
|
this.actor.modifyWounds(healed)
|
|
this.script.message(`Soin de ${healed} Blessures`) |