diff --git a/src/phases/return-phase.ts b/src/phases/return-phase.ts index 2991ea62c4c..09b8b58c133 100644 --- a/src/phases/return-phase.ts +++ b/src/phases/return-phase.ts @@ -5,7 +5,7 @@ import { SwitchSummonPhase } from "./switch-summon-phase"; export class ReturnPhase extends SwitchSummonPhase { constructor(scene: BattleScene, fieldIndex: integer) { - super(scene, SwitchType.SWITCH, fieldIndex, -1, true, true); + super(scene, SwitchType.SWITCH, fieldIndex, -1, true); } switchAndSummon(): void {