- 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 398:
Line 398:
− +
+
+
+
+
no edit summary
function ShipInfoKai:create_item()
function ShipInfoKai:create_item()
self._ship = Ship(self._args.name, self._args.model)
if self._args.name then
self._ship = Ship(self._args.name, self._args.model)
else
self._ship = Ship(self._args[1])
end
end
end