Update ShowdownSet.cs

This commit is contained in:
Kurt 2021-05-15 10:20:19 -07:00
parent 2b25cd1e18
commit ebefa0a918

View file

@ -268,7 +268,7 @@ namespace PKHeX.Core
specForm = specForm.Replace("♀", "-F");
string result = GetSpeciesNickname(specForm);
if (Gender != -1)
if (Gender is 0 or 1) // omit genderless or nonspecific
result += $" ({genders[Gender]})";
if (HeldItem > 0)
{