• 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
no edit summary
Line 23: Line 23:  
     local cards = {}
 
     local cards = {}
 
     for _, arg in ipairs(args) do
 
     for _, arg in ipairs(args) do
         table.insert(cards, arg == "-" and "<br />" or EquipmentCardKai:Asset({ arg, size = size }))
+
        local equip = arg ~= "-" and Equipment(arg)
 +
         table.insert(cards, arg == "-" and "<br />" or EquipmentCardKai:get{ equip = equip, size = size })
 
     end
 
     end
  
cssedit, gkautomate
6,928

edits

Navigation menu