mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Fix final boss nerf
This commit is contained in:
parent
b9805ceabf
commit
4f88bd3dab
@ -2257,7 +2257,7 @@ export class EnemyPokemon extends Pokemon {
|
||||
new PokemonMove(Moves.DYNAMAX_CANNON),
|
||||
new PokemonMove(Moves.CROSS_POISON),
|
||||
new PokemonMove(Moves.FLAMETHROWER),
|
||||
new PokemonMove(Moves.RECOVER, 4)
|
||||
new PokemonMove(Moves.RECOVER, 0, -4)
|
||||
]
|
||||
: [
|
||||
new PokemonMove(Moves.ETERNABEAM),
|
||||
|
Loading…
x
Reference in New Issue
Block a user