Disallow Avalugg+Lilligant hisui eggs

This commit is contained in:
Kurt 2022-11-27 10:43:21 -08:00
parent 762f7171cc
commit 2fe8b63589

View File

@ -198,6 +198,8 @@ private static bool IsObedienceLevelValid(PKM pk, byte current, int expectObey)
// Silly Workaround for evolution chain reversal not being iteratively implemented -- block Hisuians
(int)Species.Sliggoo | (1 << 11),
(int)Species.Avalugg | (1 << 11),
(int)Species.Lilligant | (1 << 11),
(int)Species.Overqwil,
(int)Species.Wyrdeer,
(int)Species.Kleavor,