- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 160:
Line 160:
− +
Make it prettier when stars is nil
function ImprovementTableKai:improvement_level(row_data)
function ImprovementTableKai:improvement_level(row_data)
return {values = {value = row_data.stars}, bg_color = self._transparent, text_align = self._center_align}
return {values = {value = row_data.stars or "-"}, bg_color = self._transparent, text_align = self._center_align}
end
end