mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
parent
183164a197
commit
b9a9b6db32
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ namespace PKHeX.Core
|
|||
/// </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 a new issue