[Balance] Replaced Dragon Dance on Eternatus for Flamethrower (#3536)

This commit is contained in:
damocleas 2024-08-13 17:16:37 -04:00 committed by GitHub
parent 2b0b9fcb70
commit bf1c634f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3787,7 +3787,7 @@ export class EnemyPokemon extends Pokemon {
: [
new PokemonMove(Moves.ETERNABEAM),
new PokemonMove(Moves.SLUDGE_BOMB),
new PokemonMove(Moves.DRAGON_DANCE),
new PokemonMove(Moves.FLAMETHROWER),
new PokemonMove(Moves.COSMIC_POWER)
];
break;