mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 07:08:35 -05:00
Disallow Avalugg+Lilligant hisui eggs
This commit is contained in:
parent
762f7171cc
commit
2fe8b63589
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user