mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +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 {
|
||||
return !!(this.fusionSpecies || (this.species.speciesId === Species.KYUREM && this.formIndex));
|
||||
return !!this.fusionSpecies;
|
||||
}
|
||||
|
||||
clearFusionSpecies(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user