game: fix wrong rubiess plural in player screen

This commit is contained in:
Crypto City 2023-09-18 17:54:43 +00:00
parent 943c8c6bef
commit 1d865d0807

View File

@ -1287,7 +1287,7 @@ UIPlayerInfoDialog::GemstoneWidget::GemstoneWidget(UIPlayerInfoDialog::GemstoneI
{
if (name == "ruby")
name = "rubies";
if (name == "topaz")
else if (name == "topaz")
name = "topazes";
else
name += "s";