mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
Update pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
37b23e4ef5
commit
b62526dec4
@ -365,7 +365,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
* Data that resets only on *battle* end (hit count, harvest berries, etc.)
|
||||
* Kept between waves.
|
||||
*/
|
||||
public battleData: PokemonBattleData = new PokemonBattleData;
|
||||
public battleData: PokemonBattleData = new PokemonBattleData();
|
||||
/** Data that resets on switch or battle end (stat stages, battler tags, etc.) */
|
||||
public summonData: PokemonSummonData = new PokemonSummonData;
|
||||
/** Wave data correponding to moves/ability information revealed */
|
||||
|
Loading…
Reference in New Issue
Block a user