Update LearnGroupHOME.cs

This commit is contained in:
Kurt 2024-03-12 08:33:33 -05:00
parent 4c950760a3
commit 5b89b279d1

View file

@ -127,7 +127,7 @@ public sealed class LearnGroupHOME : ILearnGroup
// HOME has special handling to allow Volt Tackle outside learnset possibilities.
// Most games do not have a Learn Source for Volt Tackle besides it being specially inserted for Egg Encounters.
if (!valid && move is not (ushort)Move.VoltTackle)
r = r with { Info = r.Info with { Method = LearnMethod.Unobtainable } };
r = default;
}
return MoveResult.AllParsed(result);