Merge pull request #1234 from Nolshine/fix_bitnodes_stats_not_updating

Fix bitnodes stats not updating
This commit is contained in:
hydroflame
2021-09-13 12:59:20 -04:00
committed by GitHub

View File

@ -174,6 +174,9 @@ export function prestigeAugmentation() {
this.hacknetNodes.length = 0;
this.hashManager.prestige();
// Reset player multipliers
this.resetMultipliers();
// Re-calculate skills and reset HP
this.updateSkillLevels();
this.hp = this.max_hp;