mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Update pokemon-info-container.ts
This commit is contained in:
parent
957b898a2c
commit
1bb688f284
@ -14,7 +14,7 @@ import ConfirmUiHandler from "./confirm-ui-handler";
|
||||
import { StatsContainer } from "./stats-container";
|
||||
import { TextStyle, addBBCodeTextObject, addTextObject, getTextColor } from "./text";
|
||||
import { addWindow } from "./ui-theme";
|
||||
import type { PermanentStatTuple } from "#app/@types/stat-types";
|
||||
import type { IVTuple } from "#app/@types/stat-types";
|
||||
|
||||
interface LanguageSetting {
|
||||
infoContainerTextSize: string;
|
||||
@ -384,7 +384,7 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container {
|
||||
}
|
||||
|
||||
const starterSpeciesId = pokemon.species.getRootSpeciesId();
|
||||
const originalIvs: IvTuple | null = eggInfo
|
||||
const originalIvs: IVTuple | null = eggInfo
|
||||
? dexEntry.caughtAttr
|
||||
? dexEntry.ivs
|
||||
: null
|
||||
|
Loading…
Reference in New Issue
Block a user