• 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 127: Line 127:  
         self:process_equipment(equip, select(2, ship:slot(slot)))
 
         self:process_equipment(equip, select(2, ship:slot(slot)))
 
         if self._args["text_only"] then
 
         if self._args["text_only"] then
             equip_link = equip:name()
+
             equip_link = Functions.shorten_name("", equip:name())
 
         else
 
         else
 
             equip_icon = Formatting:format_image{ Formatting:format_equipment_icon(equip:icon()), size = "22x22px", link = "" }
 
             equip_icon = Formatting:format_image{ Formatting:format_equipment_icon(equip:icon()), size = "22x22px", link = "" }
Line 240: Line 240:  
     table.insert(self._rows, self._table_end)
 
     table.insert(self._rows, self._table_end)
 
     table.insert(self._rows, self._collapse_div_end)
 
     table.insert(self._rows, self._collapse_div_end)
     return table.concat(self._rows, "")
+
     return table.concat(self._rows, "\n")
 
end
 
end
  
48

edits

Navigation menu