Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 12, 2023
1 parent 36bca26 commit 957288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dndbeyond/base/monster.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class Monster extends CharacterBase {
}
for (let dmg of healing_matches) {
const damage = dmg[2] || dmg[1];
const healingType = dmg[3] ? "Temp HP" : "Healing"
const healingType = dmg[3] ? "Temp HP" : "Healing"
if (damage) {
damages.push(damage.replace("plus", "+"));
damage_types.push(healingType);
Expand Down

0 comments on commit 957288d

Please sign in to comment.