Changes
mLine 73:
Line 73:
− +
no edit summary
function ShipRemodelListKai:type(ship)
function ShipRemodelListKai:type(ship)
return {values = {value = Formatting:format_ship_code(ship:type())}, text_align = self._start_align}
return {values = {value = Formatting:format_ship_code(ship:type())}, text_align = self._center_align}
end
end