Fix crash with trainer Mantykes

the first evolution method was causing a crash due to a conflict, so it was removed for now.
pull/270/head
Madmadness65 2024-04-24 12:54:34 -05:00
parent 4173f87a70
commit d88a177915
1 changed files with 0 additions and 1 deletions

View File

@ -626,7 +626,6 @@ export const pokemonEvolutions: PokemonEvolutions = {
new SpeciesEvolution(Species.LUMINEON, 31, null, null)
],
[Species.MANTYKE]: [
new SpeciesEvolution(Species.MANTINE, 1, null, new SpeciesEvolutionCondition(p => !!p.scene.getParty().find(p => p.species.speciesId === Species.REMORAID)), SpeciesWildEvolutionDelay.MEDIUM),
new SpeciesEvolution(Species.MANTINE, 32, null, new SpeciesEvolutionCondition(p => !!p.scene.gameData.dexData[Species.REMORAID].caughtAttr), SpeciesWildEvolutionDelay.MEDIUM)
],
[Species.SNOVER]: [