mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-19 12:20:22 -05:00
Comment out unused
temp = temp permanent lul
This commit is contained in:
parent
2bd9d99d9e
commit
84c5decfc0
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user