mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
Fix imposter
This commit is contained in:
parent
f8689c45cb
commit
bd53472c68
@ -2474,7 +2474,7 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr {
|
||||
}
|
||||
|
||||
pokemon.summonData.speciesForm = target.getSpeciesForm();
|
||||
pokemon.summonData.ability = target.getAbility().id;
|
||||
pokemon.setTempAbility(target.getAbility());
|
||||
pokemon.summonData.gender = target.getGender();
|
||||
|
||||
// Copy all stats (except HP)
|
||||
|
Loading…
Reference in New Issue
Block a user