mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 22:14:51 -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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user