Line 164:
Line 164:
function ShipData:code()
function ShipData:code()
return Formatting:format_ship_code(self._type)
return Formatting:format_ship_code(self._type)
+
end
+
+
function ShipData:formatted_type()
+
return Formatting:format_ship_type(self._type)
end
end