mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Revert "Loop shiny force regardless of format"
This reverts commit cc8e5d9c32.
This commit is contained in:
parent
509e2f1fa3
commit
5240e67a14
|
|
@ -140,6 +140,9 @@ public static bool SetShiny(PKM pk, bool xor0 = false)
|
|||
{
|
||||
pk.SetShiny();
|
||||
|
||||
if (pk.Format <= 7)
|
||||
return true;
|
||||
|
||||
var xor = pk.ShinyXor;
|
||||
if (xor0 ? xor == 0 : xor != 0)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user