mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-06 16:17:33 +00:00
Nerf PP on a certain final boss move
This commit is contained in:
parent
caaacca0ad
commit
6fce502b88
@ -2258,7 +2258,7 @@ export class EnemyPokemon extends Pokemon {
|
|||||||
new PokemonMove(Moves.DYNAMAX_CANNON),
|
new PokemonMove(Moves.DYNAMAX_CANNON),
|
||||||
new PokemonMove(Moves.CROSS_POISON),
|
new PokemonMove(Moves.CROSS_POISON),
|
||||||
new PokemonMove(Moves.FLAMETHROWER),
|
new PokemonMove(Moves.FLAMETHROWER),
|
||||||
new PokemonMove(Moves.RECOVER)
|
new PokemonMove(Moves.RECOVER, 4)
|
||||||
]
|
]
|
||||||
: [
|
: [
|
||||||
new PokemonMove(Moves.ETERNABEAM),
|
new PokemonMove(Moves.ETERNABEAM),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user