mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
[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.SLUDGE_BOMB),
|
||||
new PokemonMove(Moves.DRAGON_DANCE),
|
||||
new PokemonMove(Moves.FLAMETHROWER),
|
||||
new PokemonMove(Moves.COSMIC_POWER)
|
||||
];
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user