• 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
m
Make it prettier when stars is nil
Line 160: Line 160:     
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
  
Anonymous user

Navigation menu