Skip to content

Commit 266bb44

Browse files
committed
fix apotheosis script
1 parent aa5a74c commit 266bb44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/0amHqfjTRp5ff6Op.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
let wounds = this.effect.sourceActor.system.characteristics.wp.bonus;
22
this.actor.modifyWounds(wounds);
3-
this.script.message(`Healed $[wounds} Wounds`);
3+
this.script.message(`Healed ${wounds} Wounds`);

0 commit comments

Comments
 (0)