diff --git a/src/phases/return-phase.ts b/src/phases/return-phase.ts index 8a876268c8e..acc815e57f7 100644 --- a/src/phases/return-phase.ts +++ b/src/phases/return-phase.ts @@ -9,6 +9,8 @@ export class ReturnPhase extends SwitchSummonPhase { } switchAndSummon(): void { + const pokemon = this.getPokemon(); + pokemon.leaveField(); this.end(); }