Fix "travel" achievement icon

This commit is contained in:
Sage Pointer 2022-01-16 04:27:27 +02:00 committed by GitHub
parent 8b69fd7faa
commit 12ad8b7d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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