Changes
bb type installation
else
else
local total_space = self._ship:total_space()
local total_space = self._ship:total_space()
if total_space and total_space > 0 then
if is_installation_bb or (total_space and total_space > 0) then
local has_planes, torpedo, bombing = false, self._ship:torpedo_leveled() or 0, 0
local has_planes, torpedo, bombing = false, self._ship:torpedo_leveled() or 0, 0
for i = 1, self._ship:slots_length() do
for i = 1, self._ship:slots_length() do