From b3048adec86c11de77908ef14e6185a1ee4b4647 Mon Sep 17 00:00:00 2001 From: unanmed <90094606+unanmed@users.noreply.github.com> Date: Sat, 22 Apr 2023 02:58:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20e734f?= =?UTF-8?q?00e22a104c106bda8136787d16b84a74c66=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/functions.js b/project/functions.js index 8bf5b6a..2b5bf47 100644 --- a/project/functions.js +++ b/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(); }