mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-12 06:37:20 -05:00
Fix florges/floette evo tree
No personal stats for those evos different from main species
This commit is contained in:
parent
9cb56be3dd
commit
5883acd5b9
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user