if shipInfo["buildtime"] == nil or shipInfo["buildtime"] == "" then
+
constrdata = type(shipInfo.buildtime) ~= 'table' and '??' or string.format("%s (%s)", format_buildtime(shipInfo.buildtime[1]),
−
constrdata = 'Not Buildable'
+
shipInfo.buildtime[2] and shipInfo.buildtime[3] and 'Normal, LSC' or shipInfo.buildtime[2] and 'Normal' or shipInfo.buildtime[3] and 'LSC' or 'Unbuildable')