Changes

Undo revision 1115826 by Chocolatecravinghobo (talk)
Line 214: Line 214:     
function EquipmentData:card()
 
function EquipmentData:card()
    --[[
   
     if self._item or self._item_id then
 
     if self._item or self._item_id then
 
         return Formatting:item_card(self:asset_name())
 
         return Formatting:item_card(self:asset_name())
 
     end
 
     end
    ]]
   
if self._card then
 
if self._card then
 
return self._card
 
return self._card
Line 291: Line 289:     
function EquipmentData:icon()
 
function EquipmentData:icon()
    --[[
   
     if self._item or self._item_id then
 
     if self._item or self._item_id then
 
         return Formatting:item_card(self:asset_name())
 
         return Formatting:item_card(self:asset_name())
 
     end
 
     end
    ]]
   
     if self._icon or self._icon == false then
 
     if self._icon or self._icon == false then
 
         return self._icon
 
         return self._icon
cssedit, gkautomate
7,064

edits