Changes

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