mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
xd ribbon fix
lol
This commit is contained in:
parent
e9a3b4acf1
commit
49d92758c5
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ namespace PKHeX.Core
|
|||
{
|
||||
// Transferring XK3 to PK3 when it originates from XD sets the fateful encounter (obedience) flag.
|
||||
if (ShadowID != 0)
|
||||
pk.RibbonEarth = true; // must be purified before trading away; force purify
|
||||
pk.RibbonNational = true; // must be purified before trading away; force purify
|
||||
if (IsOriginXD())
|
||||
pk.FatefulEncounter = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue