Line 184:
Line 184:
function ShipData:is_CL()
function ShipData:is_CL()
return self._type == 3 or self._type == 4 or self._type == 21
return self._type == 3 or self._type == 4 or self._type == 21
+
end
+
+
function ShipData:is_CA()
+
return self._type == 5 or self._type == 6
end
end