Fix florges/floette evo tree

No personal stats for those evos different from main species
This commit is contained in:
Kurt 2019-11-26 16:12:35 -08:00
parent 9cb56be3dd
commit 5883acd5b9

View File

@ -183,9 +183,6 @@ private void FixEvoTreeSM()
UnpackForms((int)Species.Wormadam, 2);
UnpackForms((int)Species.Gastrodon, 1);
UnpackForms((int)Species.Meowstic, 1);
UnpackForms((int)Species.Floette, 4);
Lineage[(int)Species.Florges].Chain.RemoveAt(0); // ???
UnpackForms((int)Species.Florges, 4);
UnpackForms((int)Species.Gourgeist, 3);
BanEvo((int)Species.Raichu, 1, EvolutionMethod.BanSM);