mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +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");
|
specForm = specForm.Replace("♀", "-F");
|
||||||
|
|
||||||
string result = GetSpeciesNickname(specForm);
|
string result = GetSpeciesNickname(specForm);
|
||||||
if (Gender != -1)
|
if (Gender is 0 or 1) // omit genderless or nonspecific
|
||||||
result += $" ({genders[Gender]})";
|
result += $" ({genders[Gender]})";
|
||||||
if (HeldItem > 0)
|
if (HeldItem > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue