Kurt 2022-02-08 23:16:00 -08:00
parent c59b0947f0
commit 80eac48a49

View file

@ -85,7 +85,7 @@ public sealed record EncounterSlot8a : EncounterSlot, IAlpha
bool hasAlphaMove = alphaMove != 0;
if (!pa.IsAlpha)
return !hasAlphaMove ? EncounterMatchRating.Match : EncounterMatchRating.DeferredErrors;
if (Type is SlotType.Landmark == hasAlphaMove)
if (Type is SlotType.Landmark && hasAlphaMove)
return EncounterMatchRating.DeferredErrors;
var pi = PersonalTable.LA.GetFormEntry(Species, Form);