2024-05-16 17:57:51 +02:00
|
|
|
await this.actor.modifyWounds(this.actor.system.characteristics.t.bonus * 3)
|
2024-05-17 01:07:37 +02:00
|
|
|
this.script.scriptMessage(`Soigne ${this.actor.system.characteristics.t.bonus * 3} Blessures`)
|
2024-05-16 17:57:51 +02:00
|
|
|
|
|
|
|
this.actor.hasCondition("bleeding")?.delete()
|
|
|
|
this.actor.hasCondition("fatigued")?.delete()
|