Comment out unused

temp = temp permanent lul
This commit is contained in:
Kurt 2018-03-10 19:40:57 -08:00
parent 2bd9d99d9e
commit 84c5decfc0

View File

@ -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)
{