• 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
no edit summary
Line 109: Line 109:  
              
 
              
 
             local name = entries[a][1]:nick() and entries[a][1]:nick() or entries[a][1]:name()
 
             local name = entries[a][1]:nick() and entries[a][1]:nick() or entries[a][1]:name()
 +
            local image = string.gsub(entries[a][1]:battle_card(), "FastBB", "BC")
 
             table.insert(self._rows, format{self._ship_card_template,
 
             table.insert(self._rows, format{self._ship_card_template,
 
                 class = name:gsub(" ", ""),
 
                 class = name:gsub(" ", ""),
                 ship_card = Formatting:format_image{entries[a][1]:battle_card(), align = "left", valign = "center"},
+
                 ship_card = Formatting:format_image{image, align = "left", valign = "center"},
 
             })
 
             })
 
             table.insert(self._rows, format{self._level_template,
 
             table.insert(self._rows, format{self._level_template,
48

edits

Navigation menu