mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Fix inaccurate HP on SF prestige
This commit is contained in:
parent
fe5344f232
commit
93aab87a16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user