Files
wfrp-4e-de/scripts/eqxE7nBO13yJS7hc.js
2025-05-15 23:03:43 +02:00

6 lines
206 B
JavaScript

let roll = (await new Roll("1d10").roll())
roll.toMessage({flavor: "Wounds Healed", speaker : {alias : this.actor.name}})
this.actor.modifyWounds(roll.total)
this.actor.hasCondition("bleeding")?.delete();