- 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 287:
Line 287:
− +
Line 323:
Line 323:
− +
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