mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Disallow encstatic1 yield catchrate not tradeback
This commit is contained in:
parent
8afc6814eb
commit
8f8726ac5e
3 changed files with 2 additions and 2 deletions
|
@ -60,10 +60,10 @@
|
|||
|
||||
protected override bool IsMatchPartial(PKM pkm)
|
||||
{
|
||||
if (ParseSettings.AllowGen1Tradeback)
|
||||
return false;
|
||||
if (pkm is not PK1 pk1)
|
||||
return false;
|
||||
if (PK1.IsCatchRateHeldItem(pk1.Catch_Rate))
|
||||
return false;
|
||||
if (IsCatchRateValid(pk1))
|
||||
return false;
|
||||
return true;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue