mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +00:00
Unban porygon capture-breed ball for eggs
Shows up in dynamax adventures for capture Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com>
This commit is contained in:
parent
babf5a48ca
commit
90b760b9bf
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ namespace PKHeX.Core
|
|||
|
||||
var armor = pi.ArmorDexIndex != 0;
|
||||
if (armor)
|
||||
return species != (int)Species.Porygon;
|
||||
return true;
|
||||
|
||||
var crown = pi.CrownDexIndex != 0;
|
||||
if (crown)
|
||||
|
|
Loading…
Reference in a new issue