Actually randomize via species not form

lol oops
This commit is contained in:
Kurt
2018-11-26 17:03:29 -08:00
parent b0315416c2
commit 507e1445bb

View File

@@ -151,7 +151,7 @@ void Randomize()
{
t.Species = srand.GetRandomSpecies(t.Species);
t.Form = Legal.GetRandomForme(t.Species, false, true, ROM.Data.PersonalData);
t.RequiredSpecies = Legal.GetRandomForme(t.RequiredSpecies, false, true, ROM.Data.PersonalData);
t.RequiredSpecies = srand.GetRandomSpecies(t.RequiredSpecies);
}
}