Changes

m
no edit summary
Line 114: Line 114:  
             return ShipBattleCardKai:Asset({ obj:name("/") })
 
             return ShipBattleCardKai:Asset({ obj:name("/") })
 
         else
 
         else
             return EquipmentCardKai:Asset({ obj:name(), size = "75px", link = nil })
+
             return EquipmentCardKai:Asset({ obj:name(), size = "75px", link = "nil" })
 
         end
 
         end
 
     end,
 
     end,
    
     item = function(obj)
 
     item = function(obj)
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", link = nil })
+
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", link = "nil" })
 
     end,
 
     end,
    
     fairy = function(obj)
 
     fairy = function(obj)
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", fairy = "only", link = nil })
+
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", fairy = "only", link = "nil" })
 
     end,
 
     end,
    
     full = function(obj)
 
     full = function(obj)
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", fairy = "true", link = nil })
+
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", fairy = "true", link = "nil" })
 
     end,
 
     end,
  
cssedit, gkautomate
6,941

edits