diff --git a/src/Electron.tsx b/src/Electron.tsx index 984327399..9785bc108 100644 --- a/src/Electron.tsx +++ b/src/Electron.tsx @@ -312,7 +312,7 @@ const achievements: Achievement[] = [ }, { ID: "CHALLENGE_BN3", - Condition: () => Player.bitNodeN === 2 && bitNodeFinishedState() && Player.corporation === null, + Condition: () => Player.bitNodeN === 3 && bitNodeFinishedState() && Player.corporation === null, }, { ID: "CHALLENGE_BN6",