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
commit d37a4eea38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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