HOTFIX: removed stockpile from the pokemon class
parent
bc2d232edb
commit
37507322ec
|
@ -81,7 +81,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||
public luck: integer;
|
||||
public pauseEvolutions: boolean;
|
||||
public pokerus: boolean;
|
||||
public stockpile: integer;
|
||||
|
||||
public fusionSpecies: PokemonSpecies;
|
||||
public fusionFormIndex: integer;
|
||||
|
|
Loading…
Reference in New Issue