mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update src/test/abilities/wimp_out.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
5852038f7b
commit
524fe709f6
@ -646,9 +646,7 @@ describe("Abilities - Wimp Out", () => {
|
||||
Species.RAICHU,
|
||||
Species.PIKACHU
|
||||
]);
|
||||
const enemyPokemon = game.scene.getEnemyField();
|
||||
const wimpod0 = enemyPokemon[0];
|
||||
const wimpod1 = enemyPokemon[1];
|
||||
const [ wimpod0, wimpod1 ] = game.scene.getEnemyField();
|
||||
|
||||
game.move.select(Moves.FALSE_SWIPE, 0, BattlerIndex.ENEMY);
|
||||
game.move.select(Moves.MATCHA_GOTCHA, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user