mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-08 00:19:29 +02:00
Adjust Nuzlocke Achievement to Include Fresh Start
This commit is contained in:
parent
8673e10892
commit
3df44ea899
@ -933,7 +933,8 @@ export const achvs = {
|
|||||||
c =>
|
c =>
|
||||||
c instanceof LimitedCatchChallenge &&
|
c instanceof LimitedCatchChallenge &&
|
||||||
c.value > 0 &&
|
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(),
|
BREEDERS_IN_SPACE: new Achv("BREEDERS_IN_SPACE", "", "BREEDERS_IN_SPACE.description", "moon_stone", 50).setSecret(),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user