• 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
no edit summary
Line 53: Line 53:  
     if names[1] then
 
     if names[1] then
 
         for _, f in ipairs(names) do
 
         for _, f in ipairs(names) do
             for _, ship in ipairs(f.ships) do
+
             for i, ship in ipairs(f.ships) do
                 for _, e in ipairs(fleet) do
+
                 for j, e in ipairs(fleet) do
                     if string.sub(e.ship, 1, string.len(ship)) == ship then
+
                     if f.flagship then
                         return f.name
+
                        if i == 1 and j == 1 and string.sub(e.ship, 1, string.len(ship)) == ship then
 +
                            return f.name
 +
                         end
 +
                    else
 +
                        if string.sub(e.ship, 1, string.len(ship)) == ship then
 +
                            return f.name
 +
                        end
 
                     end
 
                     end
 
                 end
 
                 end
cssedit, gkautomate
7,064

edits

Navigation menu