Changes

m
no edit summary
Line 306: Line 306:  
       string.format(
 
       string.format(
 
         "%s (%s)",
 
         "%s (%s)",
         formatBuildtime(ship.buildtime[1]),
+
         type(ship.buildtime[1]) == "number" and formatBuildtime(ship.buildtime[1]) or "??",
 
         ship.buildtime[2] and ship.buildtime[3] and "Normal, LSC" or ship.buildtime[2] and "Normal" or
 
         ship.buildtime[2] and ship.buildtime[3] and "Normal, LSC" or ship.buildtime[2] and "Normal" or
           ship.buildtime[3] and "LSC" or
+
           ship.buildtime[3] and "LSC" or "Unbuildable"
          "Unbuildable"
   
       )
 
       )
 
   end
 
   end
7,212

edits