mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
UI: Suppress confusing reputation-earned dialog on augment install (#739)
This commit is contained in:
committed by
GitHub
parent
9a0d688909
commit
62058a7f78
@@ -111,8 +111,8 @@ export class ClassWork extends Work {
|
||||
return false;
|
||||
}
|
||||
|
||||
finish(): void {
|
||||
if (!this.singularity) {
|
||||
finish(cancelled: boolean, suppressDialog?: boolean): void {
|
||||
if (!this.singularity && !suppressDialog) {
|
||||
dialogBoxCreate(
|
||||
<>
|
||||
After {this.getClass().youAreCurrently} for{" "}
|
||||
|
||||
Reference in New Issue
Block a user