- 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 211:
Line 211:
− else +
− if initials[ship_index] == nil then
− error(table.concat(ships, ", "))
− end
no edit summary
if not initials[ship_index] then
if not initials[ship_index] then
initials[ship_index] = new_initials[ship_index]
initials[ship_index] = new_initials[ship_index]
elseif new_initials[ship_index] then
initials[ship_index] = initials[ship_index] .. new_initials[ship_index]
initials[ship_index] = initials[ship_index] .. new_initials[ship_index]
end
end