mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +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);
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user