mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Fix "travel" achievement icon
This commit is contained in:
parent
8b69fd7faa
commit
12ad8b7d03
@ -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