Fix inaccurate HP on SF prestige

This commit is contained in:
omuretsu 2023-01-02 10:35:52 -05:00
parent fe5344f232
commit 93aab87a16

@ -99,6 +99,7 @@ export function prestigeAugmentation(): void {
Player.factionInvitations = Player.factionInvitations.concat(maintainMembership); Player.factionInvitations = Player.factionInvitations.concat(maintainMembership);
initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers
Player.reapplyAllSourceFiles(); Player.reapplyAllSourceFiles();
Player.hp.current = Player.hp.max;
initCompanies(); initCompanies();
// Apply entropy from grafting // Apply entropy from grafting