Fix imposter

This commit is contained in:
Dean 2025-01-17 22:51:10 -08:00
parent f8689c45cb
commit bd53472c68

View File

@ -2474,7 +2474,7 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr {
} }
pokemon.summonData.speciesForm = target.getSpeciesForm(); pokemon.summonData.speciesForm = target.getSpeciesForm();
pokemon.summonData.ability = target.getAbility().id; pokemon.setTempAbility(target.getAbility());
pokemon.summonData.gender = target.getGender(); pokemon.summonData.gender = target.getGender();
// Copy all stats (except HP) // Copy all stats (except HP)