mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
Fix starting moveset
This commit is contained in:
parent
16df3fd806
commit
632b44df2f
@ -1000,10 +1000,7 @@ export class MetronomeChallenge extends Challenge {
|
||||
}
|
||||
|
||||
override applyMovesetModify(pokemon: Pokemon): boolean {
|
||||
pokemon.setMove(0, Moves.METRONOME);
|
||||
pokemon.setMove(1, Moves.NONE);
|
||||
pokemon.setMove(2, Moves.NONE);
|
||||
pokemon.setMove(3, Moves.NONE);
|
||||
pokemon.moveset = [new PokemonMove(Moves.METRONOME)];
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user