[Balance] Replaced Dragon Dance on Eternatus for Flamethrower (#3536)
This commit is contained in:
parent
2b0b9fcb70
commit
bf1c634f34
|
@ -3787,7 +3787,7 @@ export class EnemyPokemon extends Pokemon {
|
||||||
: [
|
: [
|
||||||
new PokemonMove(Moves.ETERNABEAM),
|
new PokemonMove(Moves.ETERNABEAM),
|
||||||
new PokemonMove(Moves.SLUDGE_BOMB),
|
new PokemonMove(Moves.SLUDGE_BOMB),
|
||||||
new PokemonMove(Moves.DRAGON_DANCE),
|
new PokemonMove(Moves.FLAMETHROWER),
|
||||||
new PokemonMove(Moves.COSMIC_POWER)
|
new PokemonMove(Moves.COSMIC_POWER)
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue