Fix "BN3+" achievement triggered for BN2

This commit is contained in:
Sage Pointer 2022-01-06 01:46:53 +02:00 committed by GitHub
parent 7107dd682c
commit ba99612d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",