mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Update test/moves/court-change.test.ts
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
parent
d60e8c7178
commit
a96a315ac1
@ -36,6 +36,7 @@ describe("Move - Court Change", () => {
|
|||||||
it("should swap combined Pledge effects to the opposite side", async () => {
|
it("should swap combined Pledge effects to the opposite side", async () => {
|
||||||
game.override.battleStyle("double");
|
game.override.battleStyle("double");
|
||||||
await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]);
|
await game.classicMode.startBattle([SpeciesId.REGIELEKI, SpeciesId.SHUCKLE]);
|
||||||
|
|
||||||
const regieleki = game.field.getPlayerPokemon();
|
const regieleki = game.field.getPlayerPokemon();
|
||||||
const enemyPokemon = game.field.getEnemyPokemon();
|
const enemyPokemon = game.field.getEnemyPokemon();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user