mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 13:52:18 +02:00
Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
cac05ddebb
commit
28492e851d
@ -1855,7 +1855,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
? this.variant
|
||||
: Math.max(this.variant, this.fusionVariant) as Variant;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
getBaseVariant(doubleShiny: boolean): Variant {
|
||||
|
Loading…
Reference in New Issue
Block a user