From 290618b7f4052809ddb977cc26992be815364916 Mon Sep 17 00:00:00 2001 From: innerthunder Date: Sun, 22 Sep 2024 23:03:00 -0700 Subject: [PATCH] oops --- src/phases/return-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/return-phase.ts b/src/phases/return-phase.ts index 86d083deef1..2991ea62c4c 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, false); + super(scene, SwitchType.SWITCH, fieldIndex, -1, true, true); } switchAndSummon(): void {