From a9182cd2bb8f7dd8697f5ca4d192680cf5c406b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 23 Sep 2020 19:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E8=A7=89=E9=86=92?= =?UTF-8?q?=E6=97=B6=E6=9C=AA=E8=AE=A1=E7=AE=97=E5=BE=BD=E7=AB=A0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {