mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 06:51:08 +00:00
[Bug] Metagross level up moveset changes (#2114)
Confusion and Metal Claw are level 1 moves, not on-evo moves
This commit is contained in:
parent
7fe5962d28
commit
4cca68b323
@ -6517,8 +6517,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
||||
],
|
||||
[Species.METAGROSS]: [
|
||||
[ 0, Moves.HAMMER_ARM ],
|
||||
[ 0, Moves.CONFUSION ],
|
||||
[ 0, Moves.METAL_CLAW ],
|
||||
[ 1, Moves.CONFUSION ],
|
||||
[ 1, Moves.METAL_CLAW ],
|
||||
[ 1, Moves.BULLET_PUNCH ],
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.EXPLOSION ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user