mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-29 19:13:49 +01:00
Merge pull request #2378 from SagePtr/patch-2
Fix "BN3+" achievement triggered for BN2
This commit is contained in:
commit
61a50da586
@ -312,7 +312,7 @@ const achievements: Achievement[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
ID: "CHALLENGE_BN3",
|
ID: "CHALLENGE_BN3",
|
||||||
Condition: () => Player.bitNodeN === 2 && bitNodeFinishedState() && Player.corporation === null,
|
Condition: () => Player.bitNodeN === 3 && bitNodeFinishedState() && Player.corporation === null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ID: "CHALLENGE_BN6",
|
ID: "CHALLENGE_BN6",
|
||||||
|
Loading…
Reference in New Issue
Block a user