From 28d1610bac113201096491d09017d9533ba50ae9 Mon Sep 17 00:00:00 2001 From: Shockwave Date: Tue, 19 Dec 2023 18:21:05 +0800 Subject: [PATCH] Update Prestige.ts (#985) --- src/Prestige.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Prestige.ts b/src/Prestige.ts index d079fd8fd..954945036 100755 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -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"); }