mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +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.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
Block a user