mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Fix Unburden test
This commit is contained in:
parent
98803ad64a
commit
ebfb3dba3a
@ -216,7 +216,7 @@ describe("Abilities - Unburden", () => {
|
||||
.moveset([ Moves.SPLASH ]);
|
||||
await game.classicMode.startBattle([ Species.TREECKO, Species.MEOWTH, Species.WEEZING ]);
|
||||
|
||||
const playerPokemon = game.scene.getParty();
|
||||
const playerPokemon = game.scene.getPlayerParty();
|
||||
const treecko = playerPokemon[0];
|
||||
const weezing = playerPokemon[2];
|
||||
treecko.abilityIndex = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user