mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
Workout achievement requires work in gym (#805)
This commit is contained in:
parent
d914040ae7
commit
47176b7809
@ -322,7 +322,7 @@ export const achievements: Record<string, Achievement> = {
|
|||||||
WORKOUT: {
|
WORKOUT: {
|
||||||
...achievementData.WORKOUT,
|
...achievementData.WORKOUT,
|
||||||
Icon: "WORKOUT",
|
Icon: "WORKOUT",
|
||||||
Condition: () => isClassWork(Player.currentWork),
|
Condition: () => isClassWork(Player.currentWork) && Player.currentWork.isGym(),
|
||||||
},
|
},
|
||||||
TOR: {
|
TOR: {
|
||||||
...achievementData.TOR,
|
...achievementData.TOR,
|
||||||
|
Loading…
Reference in New Issue
Block a user