mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 08:59:29 +02:00
Merge remote-tracking branch 'origin/Court-Change-Additions' into Court-Change-Additions
# Conflicts: # test/moves/court-change.test.ts
This commit is contained in:
commit
e5cbb55ef0
@ -33,7 +33,7 @@ describe("Move - Court Change", () => {
|
|||||||
.enemyMoveset(MoveId.SPLASH);
|
.enemyMoveset(MoveId.SPLASH);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should swap the pledge effect 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();
|
||||||
|
Loading…
Reference in New Issue
Block a user