1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

CSecSkillPlace done

This commit is contained in:
SoundSSGood
2024-10-21 21:49:22 +03:00
parent 03b4733c64
commit 83279211e6
20 changed files with 124 additions and 109 deletions

View File

@@ -45,7 +45,7 @@ int32_t CSkill::getIndex() const
int32_t CSkill::getIconIndex() const
{
return getIndex(); //TODO: actual value with skill level
return getIndex() * 3 + 3; //TODO: actual value with skill level
}
std::string CSkill::getNameTextID() const