mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +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: {
|
||||
...achievementData.WORKOUT,
|
||||
Icon: "WORKOUT",
|
||||
Condition: () => isClassWork(Player.currentWork),
|
||||
Condition: () => isClassWork(Player.currentWork) && Player.currentWork.isGym(),
|
||||
},
|
||||
TOR: {
|
||||
...achievementData.TOR,
|
||||
|
Loading…
Reference in New Issue
Block a user