Merge pull request #2378 from SagePtr/patch-2

Fix "BN3+" achievement triggered for BN2
This commit is contained in:
hydroflame 2022-01-06 11:24:44 -05:00 committed by GitHub
commit 61a50da586
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",