Sync to latest WFRP release
This commit is contained in:
6
scripts/dSie82gBJoln1V2i.js
Normal file
6
scripts/dSie82gBJoln1V2i.js
Normal file
@@ -0,0 +1,6 @@
|
||||
await this.actor.hasCondition("broken")?.delete();
|
||||
await this.actor.hasCondition("fatigued")?.delete();
|
||||
|
||||
let healed = this.effect.getFlag("wfrp4e", "handOfGlory")?.roll || 0;
|
||||
this.actor.modifyWounds(healed)
|
||||
this.script.message(`Healed ${healed} Wounds`)
|
||||
Reference in New Issue
Block a user