mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
Talonflame no longer has an illegal move :)
This commit is contained in:
parent
eda3081113
commit
7a1df75978
@ -3328,7 +3328,7 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
p.generateAndPopulateMoveset();
|
||||
if (!p.moveset.some(move => !isNullOrUndefined(move) && move.moveId === Moves.SUNNY_DAY)) {
|
||||
// Check if Sunny Day is in the moveset, if not, replace the third move with Sunny Day.
|
||||
p.moveset[2] = new PokemonMove(Moves.TECHNO_BLAST);
|
||||
p.moveset[2] = new PokemonMove(Moves.SUNNY_DAY);
|
||||
}
|
||||
}),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user