mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-09 19:10:02 -05:00
parent
9b56eef821
commit
ba30f33045
|
|
@ -367,7 +367,7 @@ private bool IsMatchEggLocation(PKM pkm, ref int lvl)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (pkm.Egg_Location != Locations.LinkTrade6) // Link Trade
|
||||
if (!EggEncounter || pkm.Egg_Location != Locations.LinkTrade6) // Link Trade
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user