Allow Kyurem forms to be fused
parent
09129410af
commit
ae03f541dd
|
@ -2176,7 +2176,7 @@ export class PlayerPokemon extends Pokemon {
|
||||||
}
|
}
|
||||||
|
|
||||||
isFusion(): boolean {
|
isFusion(): boolean {
|
||||||
return !!(this.fusionSpecies || (this.species.speciesId === Species.KYUREM && this.formIndex));
|
return !!this.fusionSpecies;
|
||||||
}
|
}
|
||||||
|
|
||||||
clearFusionSpecies(): void {
|
clearFusionSpecies(): void {
|
||||||
|
|
Loading…
Reference in New Issue