Changes
no edit summary
local total_space = self._ship:total_space()
local total_space = self._ship:total_space()
if not total_space or total_space <= 0 then
if not total_space or total_space <= 0 then
return false
return "No"
end
end
local main_guns, secondary_guns, seaplanes, radars, ap_shells = 0, 0, 0, 0, 0
local main_guns, secondary_guns, seaplanes, radars, ap_shells = 0, 0, 0, 0, 0
end
end
end
end
return false
return "No"
end
end