mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
fix covenant achievement icon path
This commit is contained in:
@@ -113,7 +113,7 @@ export const achievements: IMap<Achievement> = {
|
||||
},
|
||||
THE_COVENANT: {
|
||||
...achievementData["THE_COVENANT"],
|
||||
Icon: FactionNames.TheCovenant.toLowerCase(),
|
||||
Icon: FactionNames.TheCovenant.toLowerCase().replace(/ /g, ""),
|
||||
Condition: () => Player.factions.includes(FactionNames.TheCovenant),
|
||||
},
|
||||
[FactionNames.Illuminati.toUpperCase()]: {
|
||||
|
||||
Reference in New Issue
Block a user