Update Prestige.ts (#985)

This commit is contained in:
Shockwave
2023-12-19 18:21:05 +08:00
committed by GitHub
parent 1ce22e9788
commit 28d1610bac

View File

@ -267,8 +267,8 @@ export function prestigeSourceFile(isFlume: boolean): void {
);
}
// BitNode 12: Digital Carbon
if (Player.bitNodeN === 12 && Player.sourceFileLvl(10) > 100) {
// BitNode 12: The Recursion
if (Player.bitNodeN === 12 && Player.sourceFileLvl(12) > 100) {
delayedDialog("Saynt_Garmo is watching you");
}