Changes

no edit summary
Line 18: Line 18:  
     local image = args.image
 
     local image = args.image
 
     local icon = args.icon
 
     local icon = args.icon
     local size = args.size
+
     local size = args.size or (table.getn(args) > 1 and "160px" or "160px")
    
     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 or (#args >= 2 and "160px" or "160px") }))
+
         table.insert(cards, arg == "-" and "<br />" or EquipmentCardKai:Asset({ arg, size = size }))
 
     end
 
     end
  
cssedit, gkautomate
6,926

edits