mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
i need to do the dishes ughhh
This commit is contained in:
parent
e7598b7765
commit
e6a3390c84
@ -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