Check static encounter forms

allow different formes if allowed to change
Closes #684
This commit is contained in:
Kurt
2016-12-30 17:09:59 -08:00
parent a52205b137
commit edaec9cf6d

View File

@@ -259,6 +259,8 @@ internal static EncounterStatic getValidStaticEncounter(PKM pkm)
continue;
if (e.Level != pkm.Met_Level)
continue;
if (e.Form != pkm.AltForm && !FormChange.Contains(pkm.Species))
continue;
// Defer to EC/PID check
// if (e.Shiny != null && e.Shiny != pkm.IsShiny)