- 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 100:
Line 100:
− +
no edit summary
local ship_names = {}
local ship_names = {}
for index, ship in ipairs(ships) do
for index, ship in ipairs(ships) do
if ship ~= true then
if ship ~= true and ship ~= false then
local remodel_from = ship_data[ship]:remodel_from()
local remodel_from = ship_data[ship]:remodel_from()
if ship_data[remodel_from] then
if ship_data[remodel_from] then