remove flee

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-22 09:52:46 -06:00 committed by GitHub
parent 1adbf93626
commit aadb4cb817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5282,7 +5282,6 @@ export class PokemonTurnData {
public switchedInThisTurn: boolean = false; public switchedInThisTurn: boolean = false;
public failedRunAway: boolean = false; public failedRunAway: boolean = false;
public joinedRound: boolean = false; public joinedRound: boolean = false;
public flee: boolean = false;
} }
export enum AiType { export enum AiType {