Changes

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

edits