Update pokemon-info-container.ts

This commit is contained in:
Bertie690 2025-06-15 11:15:05 -04:00 committed by GitHub
parent cce6acec6f
commit 957b898a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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