Update src/field/pokemon.ts
Co-authored-by: Samuel H <flashfireex@gmail.com>pull/432/head
parent
4a208b8756
commit
398c1584ef
|
|
@ -3061,7 +3061,7 @@ export class PokemonBattleData {
|
|||
export class PokemonBattleSummonData {
|
||||
public turnCount: integer = 1;
|
||||
public moveHistory: TurnMove[] = [];
|
||||
public abilityTriggeredThisSwitch: boolean = false;
|
||||
public abilityTriggered: boolean = false;
|
||||
}
|
||||
|
||||
export class PokemonTurnData {
|
||||
|
|
|
|||
Loading…
Reference in New Issue