UI: Suppress confusing reputation-earned dialog on augment install (#739)

This commit is contained in:
Michael Ficocelli
2023-08-28 15:12:13 -04:00
committed by GitHub
parent 9a0d688909
commit 62058a7f78
8 changed files with 13 additions and 12 deletions
@@ -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 {