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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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