Add missing achievement icon

This commit is contained in:
Martin Fournier 2022-01-09 18:03:00 -05:00
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": {