Kurt 2026-02-07 16:24:21 -06:00
parent 51711bb659
commit dd1b55cb6a

View File

@ -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;
}