mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-06 16:17:33 +00:00
Fix Sandygast evolving at wrong level
This commit is contained in:
parent
1d39f0eeeb
commit
863b68a39c
@ -945,7 +945,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
|
|||||||
new SpeciesEvolution(Species.GOLISOPOD, 30, null, null)
|
new SpeciesEvolution(Species.GOLISOPOD, 30, null, null)
|
||||||
],
|
],
|
||||||
[Species.SANDYGAST]: [
|
[Species.SANDYGAST]: [
|
||||||
new SpeciesEvolution(Species.PALOSSAND, 48, null, null)
|
new SpeciesEvolution(Species.PALOSSAND, 42, null, null)
|
||||||
],
|
],
|
||||||
[Species.JANGMO_O]: [
|
[Species.JANGMO_O]: [
|
||||||
new SpeciesEvolution(Species.HAKAMO_O, 35, null, null)
|
new SpeciesEvolution(Species.HAKAMO_O, 35, null, null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user