mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Set friendship after form set
Resolves GO galarian stunfisk, ty matt
This commit is contained in:
parent
9826067a18
commit
fa5bc0d634
1 changed files with 1 additions and 1 deletions
|
@ -103,8 +103,8 @@ namespace PKHeX.Core
|
|||
var ball = Area.Type.GetRequiredBallValueWild(Generation, Location);
|
||||
pk.Ball = (int)(ball == Ball.None ? Ball.Poke : ball);
|
||||
pk.Language = lang;
|
||||
pk.OT_Friendship = pk.PersonalInfo.BaseFriendship;
|
||||
pk.Form = GetWildForm(pk, Form, sav);
|
||||
pk.OT_Friendship = pk.PersonalInfo.BaseFriendship;
|
||||
|
||||
SetMetData(pk, level, Location);
|
||||
SetPINGA(pk, criteria);
|
||||
|
|
Loading…
Reference in a new issue