From e734f00e22a104c106bda8136787d16b84a74c66 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 22 Apr 2023 10:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E5=91=BD=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/project/functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/project/functions.js b/public/project/functions.js index 8bf5b6a..2b5bf47 100644 --- a/public/project/functions.js +++ b/public/project/functions.js @@ -482,7 +482,8 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = { } if (core.getFlag('springCount', 0) == 50) { core.setFlag('springCount', 0); - core.status.hero.hpmax = core.getNakedStatus('hpmax') * 1.1; + core.status.hero.hpmax += + core.getNakedStatus('hpmax') * 0.1; } core.updateStatusBar(); }