diff --git a/script.js b/script.js index cbb0c4c3..00e59a92 100644 --- a/script.js +++ b/script.js @@ -2224,7 +2224,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) { ("(" + Math.round(Math.round(tHP * (1 + 0.05 * teamHPAwoken)) * badgeHPScale).toString() + ")") : "");*/ tHpDom.innerHTML = Math.round(Math.round(tHP * (1 + 0.05 * teamHPAwoken)) * badgeHPScale) + - ` (${Math.round(tHPNoAwoken)})`; + ` (${Math.round(Math.round(tHPNoAwoken) * badgeHPScale)})`; } if (tMoveDom) {