We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5a74c commit 266bb44Copy full SHA for 266bb44
1 file changed
scripts/0amHqfjTRp5ff6Op.js
@@ -1,3 +1,3 @@
1
let wounds = this.effect.sourceActor.system.characteristics.wp.bonus;
2
this.actor.modifyWounds(wounds);
3
-this.script.message(`Healed $[wounds} Wounds`);
+this.script.message(`Healed ${wounds} Wounds`);
0 commit comments