• 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
m
no edit summary
Line 183: Line 183:  
function checkNoteTypes(ship_name, types)
 
function checkNoteTypes(ship_name, types)
 
     local ship = Ship(ship_name)
 
     local ship = Ship(ship_name)
 +
    -- [[Category:Todo]]: collect possible suffixes in insertRow?
 
     local shipKai = Ship(ship_name .. "/Kai")
 
     local shipKai = Ship(ship_name .. "/Kai")
 
     return Utils.find(types, ship:type()) or Utils.find(types, shipKai:type())
 
     return Utils.find(types, ship:type()) or Utils.find(types, shipKai:type())
cssedit, gkautomate
6,941

edits

Navigation menu