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
commit e52a2b19e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;