mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Update LearnGroupHOME.cs
This commit is contained in:
parent
4c950760a3
commit
5b89b279d1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue