mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Fix inaccurate HP on SF prestige
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user