mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22: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 {
|
override applyMovesetModify(pokemon: Pokemon): boolean {
|
||||||
pokemon.setMove(0, Moves.METRONOME);
|
pokemon.moveset = [new PokemonMove(Moves.METRONOME)];
|
||||||
pokemon.setMove(1, Moves.NONE);
|
|
||||||
pokemon.setMove(2, Moves.NONE);
|
|
||||||
pokemon.setMove(3, Moves.NONE);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user