Changes

m
no edit summary
Line 109: Line 109:  
         return U.ijoin(U.imap(ship._equipment or {}, function (e)
 
         return U.ijoin(U.imap(ship._equipment or {}, function (e)
 
             if not e or e.equipment == nil then
 
             if not e or e.equipment == nil then
                 return '(?)'
+
                 return '?'
 
             end
 
             end
 
             if e.equipment == false then
 
             if e.equipment == false then
 
                 return '[[File:Xx_c.png]]'
 
                 return '[[File:Xx_c.png]]'
 
             end
 
             end
             local eq = Equipment(e.equipment)
+
             return string.format("[[%s]]", e.equipment)
            return Formatting:format_image({ Formatting:format_equipment_icon(eq:icon()) })
+
         end), ', ')
         end))
   
     end,
 
     end,
  
cssedit, gkautomate
6,926

edits