mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +00:00
Fix Binacle evolving to wrong species
This commit is contained in:
parent
c3244cfdc3
commit
d6712f3a39
@ -870,7 +870,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
|
||||
new SpeciesEvolution(Species.MALAMAR, 30, null, null)
|
||||
],
|
||||
[Species.BINACLE]: [
|
||||
new SpeciesEvolution(Species.MALAMAR, 39, null, null)
|
||||
new SpeciesEvolution(Species.BARBARACLE, 39, null, null)
|
||||
],
|
||||
[Species.SKRELP]: [
|
||||
new SpeciesEvolution(Species.DRAGALGE, 48, null, null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user