Merge pull request #3510 from Risenafis/fix-covenant-icon

UI: Fix the achievement covenant icon was not shown
This commit is contained in:
hydroflame
2022-04-19 11:09:52 -04:00
committed by GitHub

View File

@@ -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()]: {