- 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 189:
Line 189:
− +
+
no edit summary
function ShipData:total_space()
function ShipData:total_space()
local total_space, space
local total_space = 0
local space
for _, v in ipairs(self._equipment) do
for _, v in ipairs(self._equipment) do
space = v["space"]
space = v["space"]