mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
Update pokemon-info-container.ts
This commit is contained in:
parent
cce6acec6f
commit
957b898a2c
@ -384,7 +384,7 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const starterSpeciesId = pokemon.species.getRootSpeciesId();
|
const starterSpeciesId = pokemon.species.getRootSpeciesId();
|
||||||
const originalIvs: PermanentStatTuple | null = eggInfo
|
const originalIvs: IvTuple | null = eggInfo
|
||||||
? dexEntry.caughtAttr
|
? dexEntry.caughtAttr
|
||||||
? dexEntry.ivs
|
? dexEntry.ivs
|
||||||
: null
|
: null
|
||||||
|
Loading…
Reference in New Issue
Block a user