mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-12 23:37:07 +00:00
Permit Ranked Ribbon on Legendaries for Regulation G
This commit is contained in:
parent
ad0c9b147d
commit
6855c842ca
1 changed files with 0 additions and 2 deletions
|
@ -129,8 +129,6 @@ public static class RibbonRules
|
|||
var species = pk.Species;
|
||||
if (species is (int)Greninja)
|
||||
return pk.Form == 0; // Disallow Ash-Greninja
|
||||
if (SpeciesCategory.IsLegendary(species))
|
||||
return false;
|
||||
if (SpeciesCategory.IsMythical(species))
|
||||
return false;
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue