diff --git a/src/Prestige.ts b/src/Prestige.ts index ce7d684e3..5fa7c7ef3 100644 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -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.", + ); + } }