mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
parent
183164a197
commit
b9a9b6db32
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user