mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +00:00
Fix fusion icon variant id (#747)
This commit is contained in:
parent
6b49b4f469
commit
34aa68df14
@ -423,7 +423,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getFusionIconId(ignoreOverride?: boolean): string {
|
getFusionIconId(ignoreOverride?: boolean): string {
|
||||||
return this.getFusionSpeciesForm(ignoreOverride).getIconId(this.getFusionGender(ignoreOverride) === Gender.FEMALE, this.fusionFormIndex, this.fusionShiny, this.variant);
|
return this.getFusionSpeciesForm(ignoreOverride).getIconId(this.getFusionGender(ignoreOverride) === Gender.FEMALE, this.fusionFormIndex, this.fusionShiny, this.fusionVariant);
|
||||||
}
|
}
|
||||||
|
|
||||||
getSpeciesForm(ignoreOverride?: boolean): PokemonSpeciesForm {
|
getSpeciesForm(ignoreOverride?: boolean): PokemonSpeciesForm {
|
||||||
|
Loading…
Reference in New Issue
Block a user