mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Update ShowdownSet.cs
This commit is contained in:
parent
2b25cd1e18
commit
ebefa0a918
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue