diff --git a/Legality/Core.cs b/Legality/Core.cs index 99dbc33e6..974d91a32 100644 --- a/Legality/Core.cs +++ b/Legality/Core.cs @@ -383,6 +383,8 @@ private static int getBaseSpecies(PK6 pk6, int skipOption = 0) { if (pk6.Species == 292) return 290; + if (pk6.Species == 242 && pk6.CurrentLevel < 3) // Never Cleffa + return 113; DexLevel[] evos = Evolves[pk6.Species].Evos; switch (skipOption) {