mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-21 18:04:29 -05:00
Actually randomize via species not form
lol oops
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user