mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
5c2ebef043
commit
b841dc826d
@ -357,7 +357,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
public fusionCustomPokemonData: CustomPokemonData | null;
|
||||
public fusionTeraType: PokemonType;
|
||||
|
||||
public customPokemonData: CustomPokemonData = new CustomPokemonData;
|
||||
public customPokemonData: CustomPokemonData = new CustomPokemonData();
|
||||
|
||||
/* Pokemon data types, in vaguely decreasing order of precedence */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user