mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Fix speed tie breaking things in tera shell test
This commit is contained in:
parent
5f20240a6e
commit
47add76da3
@ -96,7 +96,7 @@ describe("Abilities - Tera Shell", () => {
|
|||||||
async () => {
|
async () => {
|
||||||
game.override.enemyMoveset(Array(4).fill(Moves.DRAGON_RAGE));
|
game.override.enemyMoveset(Array(4).fill(Moves.DRAGON_RAGE));
|
||||||
|
|
||||||
await game.startBattle([Species.SNORLAX]);
|
await game.startBattle([Species.CHARIZARD]);
|
||||||
|
|
||||||
const playerPokemon = game.scene.getPlayerPokemon()!;
|
const playerPokemon = game.scene.getPlayerPokemon()!;
|
||||||
vi.spyOn(playerPokemon, "apply");
|
vi.spyOn(playerPokemon, "apply");
|
||||||
|
Loading…
Reference in New Issue
Block a user