Changes

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