- 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 9:
Line 9:
+
+
+
Default model
function Ship:create(name, model)
function Ship:create(name, model)
if model == nil then
model = ""
end
if ships[name] and ships[name][model] then
if ships[name] and ships[name][model] then
return ships[name][model]
return ships[name][model]