diff --git a/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs b/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs index f133a06b7..9ee515db2 100644 --- a/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs +++ b/PKHeX.Core/Legality/RNG/Frame/SlotRange.cs @@ -150,7 +150,7 @@ public static bool GetIsEncounterable(EncounterSlot slot, FrameType frameType, i if (slot.Type.IsSweetScentType()) return true; return true; // todo - return GetCanEncounter(slot, frameType, rand, lead); + //return GetCanEncounter(slot, frameType, rand, lead); } private static bool GetCanEncounter(EncounterSlot slot, FrameType frameType, int rand, LeadRequired lead) {