Skip to content

Commit

Permalink
fix apotheosis script
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Dec 6, 2024
1 parent aa5a74c commit 266bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/0amHqfjTRp5ff6Op.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
let wounds = this.effect.sourceActor.system.characteristics.wp.bonus;
this.actor.modifyWounds(wounds);
this.script.message(`Healed $[wounds} Wounds`);
this.script.message(`Healed ${wounds} Wounds`);

0 comments on commit 266bb44

Please sign in to comment.