some changes

This commit is contained in:
onurcan488
2026-02-16 21:02:48 +03:00
parent a32a6afb08
commit 5ce1479707
10 changed files with 57 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ class HorseImage(ui.ExpandedImageBox):
try:
grade = self.__GetHorseGrade(level)
self.__AppendText(localeInfo.LEVEL_LIST[grade])
self.__AppendText(localeInfo.LEVEL_LIST[int(grade)])
except IndexError:
print(("HorseImage.SetState(level=%d, health=%d, battery=%d) - Unknown Index" % (level, health, battery)))
return