Skip to content

Commit

Permalink
UI: Notify players about documentation tab after getting SF1.1 (bitbu…
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg authored Aug 13, 2024
1 parent e7cd2ee commit e3dc867
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Prestige.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
);
}
}

0 comments on commit e3dc867

Please sign in to comment.