mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
UI: Notify players about documentation tab after getting SF1.1 (#1571)
This commit is contained in:
parent
e7cd2ee19b
commit
e3dc867e08
@ -329,4 +329,10 @@ export function prestigeSourceFile(isFlume: boolean): void {
|
||||
resetPidCounter();
|
||||
|
||||
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.",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user