mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Handle enc->pk7 form-random vivillon Island Scan static
This commit is contained in:
parent
0a74f6c33d
commit
ab3795abaa
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ namespace PKHeX.Core
|
|||
base.ApplyDetails(sav, criteria, pk);
|
||||
if (Species == (int)Core.Species.Magearna && pk is IRibbonSetEvent4 e4)
|
||||
e4.RibbonWishing = true;
|
||||
if (Form == FormVivillon && pk is PK7 pk7)
|
||||
pk.Form = Vivillon3DS.GetPattern(pk7.Country, pk7.Region);
|
||||
pk.SetRandomEC();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue