- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 319:
Line 319:
− +
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