Update pokemon-phase.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-05-11 15:38:32 -04:00 committed by GitHub
parent 28aa875e78
commit 93418b2ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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