Updated Eternatus, src/field/pokemon.ts

This commit is contained in:
damocleas 2024-08-27 15:13:54 -06:00 committed by GitHub
parent b7849f7b5b
commit 8eb19ae983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3830,7 +3830,7 @@ export class EnemyPokemon extends Pokemon {
this.moveset = (formIndex !== undefined ? formIndex : this.formIndex)
? [
new PokemonMove(Moves.DYNAMAX_CANNON),
new PokemonMove(Moves.SLUDGE_BOMB),
new PokemonMove(Moves.CROSS_POISON),
new PokemonMove(Moves.FLAMETHROWER),
new PokemonMove(Moves.RECOVER, 0, -4)
]