mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
UI: Notify players about documentation tab after getting SF1.1 (#1571)
This commit is contained in:
@ -329,4 +329,10 @@ export function prestigeSourceFile(isFlume: boolean): void {
|
|||||||
resetPidCounter();
|
resetPidCounter();
|
||||||
|
|
||||||
setInitialExpForPlayer();
|
setInitialExpForPlayer();
|
||||||
|
|
||||||
|
if (!isFlume && Player.sourceFiles.size === 1 && Player.sourceFileLvl(1) === 1) {
|
||||||
|
delayedDialog(
|
||||||
|
"Congratulations on destroying your first BitNode! Make sure to check the Documentation tab. Many pages are unlocked now.",
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user