Merge remote-tracking branch 'origin/Court-Change-Additions' into Court-Change-Additions

# Conflicts:
#	test/moves/court-change.test.ts
This commit is contained in:
PieonFire 2025-07-08 11:45:04 +02:00
commit e5cbb55ef0

View File

@ -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();