mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 04:15:59 -05:00
@@ -43,7 +43,7 @@ public bool IsSlotCompatibile(EncounterSlot slot, PKM pkm)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (lvl < pkm.Met_Level)
|
||||
if (lvl > pkm.Met_Level)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user