mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 08:55:48 -05:00
@@ -790,7 +790,7 @@ public void SetShinyIVs()
|
||||
/// </remarks>
|
||||
public void SetShinyPID()
|
||||
{
|
||||
if (Format < 2)
|
||||
if (Format <= 2)
|
||||
SetShinyIVs();
|
||||
|
||||
do PID = PKX.GetRandomPID(Species, Gender, Version, Nature, AltForm, PID); while (!IsShiny);
|
||||
|
||||
Reference in New Issue
Block a user