mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
parent
f51ac7d1f3
commit
7ec1cab9a7
2 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ namespace PKHeX.Core
|
|||
var deferred = new List<IEncounterable>();
|
||||
foreach (var t in GetValidEncounterTrades(pkm, vs, game))
|
||||
{
|
||||
if (pkm.Format >= 7)
|
||||
if (pkm.Format >= 7 && (t.Generation == 2 || t.GetOT(pkm.Language) != pkm.OT_Name)) // ot length collision
|
||||
{
|
||||
deferred.Add(t);
|
||||
continue;
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue