mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 17:09:26 +02:00
Adjust TODOs
This commit is contained in:
parent
968b4d410f
commit
b25dbe7732
@ -708,7 +708,6 @@ export async function catchPokemon(
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
Promise.all([pokemon.hideInfo(), globalScene.gameData.setPokemonCaught(pokemon)]).then(() => {
|
Promise.all([pokemon.hideInfo(), globalScene.gameData.setPokemonCaught(pokemon)]).then(() => {
|
||||||
// TODO: Address ME edge cases (Safari Zone, etc.)
|
|
||||||
const addStatus = new BooleanHolder(true);
|
const addStatus = new BooleanHolder(true);
|
||||||
applyChallenges(ChallengeType.POKEMON_ADD_TO_PARTY, pokemon, addStatus);
|
applyChallenges(ChallengeType.POKEMON_ADD_TO_PARTY, pokemon, addStatus);
|
||||||
if (!addStatus.value) {
|
if (!addStatus.value) {
|
||||||
|
@ -923,7 +923,7 @@ export const achvs = {
|
|||||||
c.value > 0 &&
|
c.value > 0 &&
|
||||||
globalScene.gameMode.challenges.some(c => c.id === Challenges.INVERSE_BATTLE && c.value > 0),
|
globalScene.gameMode.challenges.some(c => c.id === Challenges.INVERSE_BATTLE && c.value > 0),
|
||||||
).setSecret(),
|
).setSecret(),
|
||||||
// TODO: Decide on icon, description, etc.
|
// TODO: Decide on icon
|
||||||
NUZLOCKE: new ChallengeAchv(
|
NUZLOCKE: new ChallengeAchv(
|
||||||
"NUZLOCKE",
|
"NUZLOCKE",
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user