mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
oops
This commit is contained in:
parent
622da78955
commit
290618b7f4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user