• 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 144: Line 144:  
     -- overrides ShipData:link
 
     -- overrides ShipData:link
 
     link = function(obj)
 
     link = function(obj)
         local link = obj._dummy and ShipsByApiId[obj._name] or obj.link and obj:link()
+
         if obj._dummy then
         return link and Formatting:format_link(link) or ''
+
            local link = ShipsByApiId[obj._name]
 +
            return link and Formatting:format_link(link) or ''
 +
         else
 +
            return Formatting:format_link(obj:link())
 +
        end
 
     end,
 
     end,
  
cssedit, gkautomate
6,928

edits

Navigation menu