mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-23 02:44:36 -05:00
Update SWSH trade randomizer
This commit is contained in:
@@ -463,8 +463,8 @@ void Randomize()
|
||||
|
||||
// what you trade
|
||||
int newRequiredSpecies = srand.GetRandomSpecies((int)t.RequiredSpecies);
|
||||
t.Species = (Species)newRequiredSpecies;
|
||||
t.AltForm = Legal.GetRandomForme(newRequiredSpecies, false, true, true, ROM.Data.PersonalData);
|
||||
t.RequiredSpecies = (Species)newRequiredSpecies;
|
||||
t.RequiredForm = Legal.GetRandomForme(newRequiredSpecies, false, true, true, ROM.Data.PersonalData);
|
||||
t.RequiredNature = Nature.Random25; // any
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user