mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
don't apply rib-markings on all
legality concerns
This commit is contained in:
parent
d70a234552
commit
414cb2d39e
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ namespace PKHeX.Core
|
|||
public static bool SetAllValidRibbons(PKM pkm)
|
||||
{
|
||||
var ribNames = GetAllRibbonNames(pkm);
|
||||
ribNames.RemoveAll(z => z.StartsWith("RibbonMark")); // until marking legality is handled
|
||||
return SetAllValidRibbons(pkm, ribNames);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue