mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Workout achievement requires work in gym (#805)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user