mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Fix colo lock check regression
oops; tests pass now
This commit is contained in:
parent
7ab42e7cc2
commit
4dad475fcd
|
|
@ -73,7 +73,7 @@ private static IEnumerable<IEncounterable> GetEncounters3(PKM pkm, LegalInfo inf
|
|||
bool valid = false;
|
||||
if (s.IVs == null) // not ereader
|
||||
{
|
||||
valid = !LockFinder.IsAllShadowLockValid(s, info.PIDIV, pkm);
|
||||
valid = LockFinder.IsAllShadowLockValid(s, info.PIDIV, pkm);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user