mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 11:05:25 -05:00
Revert "Loop shiny force regardless of format"
This reverts commit cc8e5d9c32.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user