mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-13 02:49:26 +02:00
Update trainer-config.ts
This commit is contained in:
parent
878ff5089f
commit
01d18a8a41
@ -4359,8 +4359,7 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
p.moveset[1] = new PokemonMove(MoveId.BRICK_BREAK);
|
||||
p.moveset[2] = new PokemonMove(randSeedItem([MoveId.FIRE_PUNCH, MoveId.THUNDER_PUNCH, MoveId.ICE_PUNCH]));
|
||||
p.moveset[3] = new PokemonMove(MoveId.FOCUS_ENERGY);
|
||||
}
|
||||
else if (p.formIndex === 3) {
|
||||
} else if (p.formIndex === 3) {
|
||||
p.moveset[0] = new PokemonMove(MoveId.SURGING_STRIKES);
|
||||
p.moveset[1] = new PokemonMove(MoveId.BRICK_BREAK);
|
||||
p.moveset[2] = new PokemonMove(randSeedItem([MoveId.FIRE_PUNCH, MoveId.THUNDER_PUNCH, MoveId.ICE_PUNCH]));
|
||||
|
Loading…
Reference in New Issue
Block a user