3 lines
153 B
JavaScript
3 lines
153 B
JavaScript
let wounds = this.effect.sourceActor.system.characteristics.wp.bonus;
|
|
this.actor.modifyWounds(wounds);
|
|
this.script.message(`Soigne ${wounds} Blessures`); |