mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 08:13:50 +02:00
UI: Suppress confusing reputation-earned dialog on augment install (#739)
This commit is contained in:
committed by
GitHub
parent
9a0d688909
commit
62058a7f78
@@ -130,7 +130,7 @@ export function prestigeAugmentation(this: PlayerObject): void {
|
||||
this.reapplyAllAugmentations(true);
|
||||
this.hp.current = this.hp.max;
|
||||
|
||||
this.finishWork(true);
|
||||
this.finishWork(true, true);
|
||||
}
|
||||
|
||||
export function prestigeSourceFile(this: PlayerObject): void {
|
||||
|
||||
Reference in New Issue
Block a user