mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update src/test/moves/rage.test.ts
Co-authored-by: schmidtc1 <62030095+schmidtc1@users.noreply.github.com>
This commit is contained in:
parent
1a07c7b2f9
commit
1645982190
@ -213,7 +213,7 @@ describe("Moves - Rage", () => {
|
|||||||
.battleType("double")
|
.battleType("double")
|
||||||
.enemySpecies(Species.SHUCKLE)
|
.enemySpecies(Species.SHUCKLE)
|
||||||
.enemyMoveset(fullOf(Moves.TACKLE));
|
.enemyMoveset(fullOf(Moves.TACKLE));
|
||||||
await game.startBattle([Species.BOLTUND,Species.BOLTUND]);
|
await game.startBattle([Species.BOLTUND, Species.BOLTUND]);
|
||||||
|
|
||||||
const leadPokemon = game.scene.getParty()[0];
|
const leadPokemon = game.scene.getParty()[0];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user