Changes

m
no edit summary
Line 51: Line 51:  
     if row[2] == false then
 
     if row[2] == false then
 
         value = "- Unequipped -"
 
         value = "- Unequipped -"
 +
    else
 +
        value = Formatting:format_link(row[2]:link())
 
     end
 
     end
 
     return {values = {equips = value}, bg_color = self._equip_bg, text_align = self._center_align}
 
     return {values = {equips = value}, bg_color = self._equip_bg, text_align = self._center_align}
48

edits