mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
fix work crashing when installing
This commit is contained in:
@@ -137,6 +137,8 @@ export function prestigeAugmentation(this: PlayerObject): void {
|
||||
// Reapply augs, re-calculate skills and reset HP
|
||||
this.reapplyAllAugmentations(true);
|
||||
this.hp = this.max_hp;
|
||||
|
||||
this.finishWork(true);
|
||||
}
|
||||
|
||||
export function prestigeSourceFile(this: IPlayer): void {
|
||||
|
||||
Reference in New Issue
Block a user