Add gen2 iv reroll for shiny

#1419
This commit is contained in:
Kurt 2017-08-25 18:57:17 -07:00
parent 183164a197
commit b9a9b6db32

View file

@ -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);