mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fixed loot string.
This commit is contained in:
parent
4c1c03cf37
commit
af1f53cd65
@ -265,8 +265,8 @@ DLL_EXPORT std::string MetaString::buildList () const
|
||||
{
|
||||
if (i > 0 && message[i] == TEXACT_STRING || message[i] == TLOCAL_STRING)
|
||||
{
|
||||
if (i == message.size() - 1)
|
||||
lista += " and ";
|
||||
if (exSt == exactStrings.size() - 1)
|
||||
lista += VLC->generaltexth->allTexts[141]; //" and "
|
||||
else
|
||||
lista += ", ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user