From 93418b2ac571a4189eb634db9534ae197d16e4cf Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 11 May 2025 15:38:32 -0400 Subject: [PATCH] Update pokemon-phase.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/phases/pokemon-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/pokemon-phase.ts b/src/phases/pokemon-phase.ts index 44f1effa3a0..cc09f811cd7 100644 --- a/src/phases/pokemon-phase.ts +++ b/src/phases/pokemon-phase.ts @@ -8,7 +8,7 @@ export abstract class PokemonPhase extends FieldPhase { public player: boolean; public fieldIndex: number; - constructor(battlerIndex?: BattlerIndex) { + constructor(battlerIndex?: BattlerIndex | number) { super(); battlerIndex =