diff --git a/src/Electron.tsx b/src/Electron.tsx index 37aa66d2d..89268a8d1 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",