mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00:00
Allow Kyurem forms to be fused
This commit is contained in:
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
Block a user