mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-08 10:35:22 -05:00
Minor tweaks
Cleaning things up before things go dark?
This commit is contained in:
@@ -58,11 +58,10 @@ private void Randomize(EvolutionSet evos, int species)
|
||||
{
|
||||
foreach (var evo in evos.PossibleEvolutions)
|
||||
{
|
||||
if (evo.Method != 0)
|
||||
{
|
||||
evo.Species = (ushort)RandSpec.GetRandomSpecies(evo.Species, species);
|
||||
evo.Form = (byte)RandForm.GetRandomForme(evo.Species, false, false, true, Game.SWSH, Personal.Table);
|
||||
}
|
||||
if (evo.Method == 0)
|
||||
continue;
|
||||
evo.Species = (ushort)RandSpec.GetRandomSpecies(evo.Species, species);
|
||||
evo.Form = (byte)RandForm.GetRandomForme(evo.Species, false, false, true, Game.SWSH, Personal.Table);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user