mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Add missing achievement icon
This commit is contained in:
parent
0f9409789e
commit
964cd74b9a
@ -337,6 +337,7 @@ export const achievements: IMap<Achievement> = {
|
||||
},
|
||||
FIRST_HACKNET_NODE: {
|
||||
...achievementData["FIRST_HACKNET_NODE"],
|
||||
Icon: "node",
|
||||
Condition: () => !hasHacknetServers(Player) && Player.hacknetNodes.length > 0,
|
||||
},
|
||||
"30_HACKNET_NODE": {
|
||||
|
Loading…
Reference in New Issue
Block a user