mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update EncounterStatic3XD.cs
https://projectpokemon.org/home/forums/topic/57375-pkhex-new-update-legality-errors-contribution-page/page/35/#findComment-299242
This commit is contained in:
parent
51711bb659
commit
dd1b55cb6a
|
|
@ -152,6 +152,8 @@ public RandomCorrelationRating IsCompatible(PIDType type, PKM pk)
|
|||
return Match;
|
||||
if (type is PIDType.CXDAnti && FatefulEncounter)
|
||||
return Match;
|
||||
if (type is PIDType.CXD_ColoStarter && pk.Species is (ushort)Core.Species.Umbreon)
|
||||
return Match; // Can be satisfying the Colosseum correlation too (only disqualified by Fateful Encounter later)
|
||||
return Mismatch;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user