mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
fix #1233
This commit is contained in:
@ -174,6 +174,9 @@ export function prestigeAugmentation() {
|
|||||||
this.hacknetNodes.length = 0;
|
this.hacknetNodes.length = 0;
|
||||||
this.hashManager.prestige();
|
this.hashManager.prestige();
|
||||||
|
|
||||||
|
// Reset player multipliers
|
||||||
|
this.resetMultipliers();
|
||||||
|
|
||||||
// Re-calculate skills and reset HP
|
// Re-calculate skills and reset HP
|
||||||
this.updateSkillLevels();
|
this.updateSkillLevels();
|
||||||
this.hp = this.max_hp;
|
this.hp = this.max_hp;
|
||||||
|
Reference in New Issue
Block a user