Changes
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