mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Update protean-libero.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
b3664f86b3
commit
dbf17ca540
@ -158,7 +158,6 @@ describe("Abilities - Protean/Libero", () => {
|
|||||||
game.override.passiveAbility(passive).enemySpecies(SpeciesId.SKARMORY);
|
game.override.passiveAbility(passive).enemySpecies(SpeciesId.SKARMORY);
|
||||||
await game.classicMode.startBattle([SpeciesId.MEOWSCARADA]);
|
await game.classicMode.startBattle([SpeciesId.MEOWSCARADA]);
|
||||||
|
|
||||||
// FOCUS MISS IS REAL CHAT
|
|
||||||
vi.spyOn(allMoves[MoveId.FOCUS_BLAST], "accuracy", "get").mockReturnValue(0);
|
vi.spyOn(allMoves[MoveId.FOCUS_BLAST], "accuracy", "get").mockReturnValue(0);
|
||||||
|
|
||||||
const meow = game.field.getPlayerPokemon();
|
const meow = game.field.getPlayerPokemon();
|
||||||
|
Loading…
Reference in New Issue
Block a user