This commit is contained in:
innerthunder 2024-09-22 23:03:00 -07:00
parent 622da78955
commit 290618b7f4

View File

@ -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 {