mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-11 03:35:13 -05:00
De-uglified "Lv. 100 to 100" text.
This commit is contained in:
@@ -58,6 +58,10 @@ namespace PkmnFoundations.GTS
|
||||
{
|
||||
return String.Format("Lv. {0} and up", min);
|
||||
}
|
||||
else if (min == max)
|
||||
{
|
||||
return String.Format("Lv. {0}", min);
|
||||
}
|
||||
else
|
||||
{
|
||||
return String.Format("Lv. {0} to {1}", min, max);
|
||||
|
||||
Reference in New Issue
Block a user