mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Update MoveSetApplicator.cs
This commit is contained in:
parent
36bf73818e
commit
a08330ffd4
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ namespace PKHeX.Core
|
|||
if (ug.CanBeUndergroundMove(move))
|
||||
return new[] { move, 0, 0, 0 };
|
||||
}
|
||||
|
||||
if (ug.GetBaseEggMove(out int any))
|
||||
return new[] { any, 0, 0, 0 };
|
||||
}
|
||||
|
||||
var encounter = EncounterSuggestion.GetSuggestedMetInfo(legal.pkm);
|
||||
|
|
Loading…
Reference in a new issue