mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
Toggle fateful for xd wc3s
created as pk3 thus the xk3->pk3 setting fateful has already happened. #1972
This commit is contained in:
parent
a57cdb5f48
commit
f2f2b8aa00
|
|
@ -151,7 +151,7 @@ public override PKM ConvertToPKM(ITrainerInfo SAV)
|
|||
PIDGenerator.SetValuesFromSeed(pk, Method, seed);
|
||||
|
||||
if (Version == GameVersion.XD)
|
||||
pk.FatefulEncounter = false; // set later when XK3->PK3
|
||||
pk.FatefulEncounter = true; // pk3 is already converted from xk3
|
||||
|
||||
if (Moves == null || Moves.Length == 0) // not completely defined
|
||||
Moves = Legal.GetBaseEggMoves(pk, Species, (GameVersion)pk.Version, Level);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user