mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
remove flee
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
1adbf93626
commit
aadb4cb817
@ -5282,7 +5282,6 @@ export class PokemonTurnData {
|
||||
public switchedInThisTurn: boolean = false;
|
||||
public failedRunAway: boolean = false;
|
||||
public joinedRound: boolean = false;
|
||||
public flee: boolean = false;
|
||||
}
|
||||
|
||||
export enum AiType {
|
||||
|
Loading…
Reference in New Issue
Block a user