Merge pull request #2655 from SagePtr/patch-1

Fix "travel" achievement icon
This commit is contained in:
hydroflame
2022-01-17 15:56:44 -05:00
committed by GitHub

View File

@ -380,7 +380,7 @@ export const achievements: IMap<Achievement> = {
},
TRAVEL: {
...achievementData["TRAVEL"],
Icon: "travel",
Icon: "TRAVEL",
Condition: () => Player.city !== CityName.Sector12,
},
WORKOUT: {