UI: Notify players about documentation tab after getting SF1.1 (#1571)

This commit is contained in:
catloversg 2024-08-14 06:04:08 +07:00 committed by GitHub
parent e7cd2ee19b
commit e3dc867e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.",
);
}
}