mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Update EncounterEgg.cs
This commit is contained in:
parent
332449f53d
commit
4d25214c8d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ namespace PKHeX.Core
|
|||
sav.ApplyTo(pk);
|
||||
|
||||
pk.Species = Species;
|
||||
pk.Form = Form;
|
||||
pk.Nickname = SpeciesName.GetSpeciesNameGeneration(Species, sav.Language, gen);
|
||||
pk.CurrentLevel = Level;
|
||||
pk.Version = (int)version;
|
||||
|
|
Loading…
Reference in a new issue