- 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 377:
Line 377:
+
+
no edit summary
if self._improvements._products[product]._ships[true] then
if self._improvements._products[product]._ships[true] then
table.insert(self._ships_keys[product], 1, true)
table.insert(self._ships_keys[product], 1, true)
elseif self._improvements._products[product]._ships[false] then
table.insert(self._ships_keys[product], 1, false)
end
end
end
end