diff --git a/src/system/achv.ts b/src/system/achv.ts index 195d458c59d..62ee389a2ad 100644 --- a/src/system/achv.ts +++ b/src/system/achv.ts @@ -933,7 +933,8 @@ export const achvs = { c => c instanceof LimitedCatchChallenge && c.value > 0 && - globalScene.gameMode.challenges.some(c => c.id === Challenges.PERMANENT_FAINT && c.value > 0), + globalScene.gameMode.challenges.some(c => c.id === Challenges.PERMANENT_FAINT && c.value > 0) && + globalScene.gameMode.challenges.some(c => c.id === Challenges.FRESH_START && c.value > 0), ), BREEDERS_IN_SPACE: new Achv("BREEDERS_IN_SPACE", "", "BREEDERS_IN_SPACE.description", "moon_stone", 50).setSecret(), };