Update src/ui/party-ui-handler.ts

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
Wlowscha 2025-08-07 17:13:23 +02:00 committed by GitHub
parent 906a6c9c0a
commit fe30946f31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,