mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
fix covenant achievement icon path
This commit is contained in:
parent
40febcf22e
commit
bb978b9420
@ -113,7 +113,7 @@ export const achievements: IMap<Achievement> = {
|
|||||||
},
|
},
|
||||||
THE_COVENANT: {
|
THE_COVENANT: {
|
||||||
...achievementData["THE_COVENANT"],
|
...achievementData["THE_COVENANT"],
|
||||||
Icon: FactionNames.TheCovenant.toLowerCase(),
|
Icon: FactionNames.TheCovenant.toLowerCase().replace(/ /g, ""),
|
||||||
Condition: () => Player.factions.includes(FactionNames.TheCovenant),
|
Condition: () => Player.factions.includes(FactionNames.TheCovenant),
|
||||||
},
|
},
|
||||||
[FactionNames.Illuminati.toUpperCase()]: {
|
[FactionNames.Illuminati.toUpperCase()]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user