mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +02:00
Update src/ui/party-ui-handler.ts
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
parent
906a6c9c0a
commit
fe30946f31
@ -1882,7 +1882,7 @@ class PartySlot extends Phaser.GameObjects.Container {
|
||||
this.add(this.slotBg);
|
||||
|
||||
const genderSymbol = getGenderSymbol(this.pokemon.getGender(true));
|
||||
const isFusion = this.pokemon.fusionSpecies;
|
||||
const isFusion = this.pokemon.isFusion();
|
||||
|
||||
// Here we define positions and offsets
|
||||
// Base values are for the active pokemon; they are changed for benched pokemon,
|
||||
|
Loading…
Reference in New Issue
Block a user