1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Restore LF, use JsonKeys for logging, fix BattleHex description

This commit is contained in:
MichalZr6
2025-01-14 10:20:02 +01:00
parent ecdd394bb1
commit a1593948b7
4 changed files with 31 additions and 31 deletions

View File

@ -167,7 +167,7 @@ std::string CStack::nodeName() const
oss << owner.toString();
oss << " battle stack [" << ID << "]: " << getCount() << " of ";
if(typeID.hasValue())
oss << typeID.toCreature()->getNamePluralTranslated();
oss << typeID.toEntity(VLC)->getJsonKey();
else
oss << "[UNDEFINED TYPE]";