mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update src/field/pokemon.ts
Co-authored-by: Samuel H <flashfireex@gmail.com>
This commit is contained in:
parent
4a208b8756
commit
398c1584ef
@ -3061,7 +3061,7 @@ export class PokemonBattleData {
|
|||||||
export class PokemonBattleSummonData {
|
export class PokemonBattleSummonData {
|
||||||
public turnCount: integer = 1;
|
public turnCount: integer = 1;
|
||||||
public moveHistory: TurnMove[] = [];
|
public moveHistory: TurnMove[] = [];
|
||||||
public abilityTriggeredThisSwitch: boolean = false;
|
public abilityTriggered: boolean = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class PokemonTurnData {
|
export class PokemonTurnData {
|
||||||
|
Loading…
Reference in New Issue
Block a user