mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
Merge pull request #2655 from SagePtr/patch-1
Fix "travel" achievement icon
This commit is contained in:
commit
f591935757
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user