From 93aab87a16ccbb8a6d60609a21d0561aba27266d Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:35:52 -0500 Subject: [PATCH] Fix inaccurate HP on SF prestige --- src/Prestige.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Prestige.ts b/src/Prestige.ts index b0d669aec..0fe3e1305 100755 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -99,6 +99,7 @@ export function prestigeAugmentation(): void { Player.factionInvitations = Player.factionInvitations.concat(maintainMembership); initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers Player.reapplyAllSourceFiles(); + Player.hp.current = Player.hp.max; initCompanies(); // Apply entropy from grafting