Permit Ranked Ribbon on Legendaries for Regulation G

This commit is contained in:
sora10pls 2024-05-02 20:28:57 -04:00
parent ad0c9b147d
commit 6855c842ca

View file

@ -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;