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

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