• 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 61: Line 61:  
ship_form_table = ship_table[model]
 
ship_form_table = ship_table[model]
 
if not ship_form_table and ship_table.seasonals then
 
if not ship_form_table and ship_table.seasonals then
             ship_form_table = U.ifindBy(ship_table.seasonals, function(data) return data._suffix == model end)
+
             ship_form_table = ship_table.seasonals[model] or U.ifindBy(ship_table.seasonals, function(data) return data._suffix == model end)
 
         end
 
         end
 
if type(ship_form_table) == "string" then
 
if type(ship_form_table) == "string" then
cssedit, gkautomate
7,064

edits

Navigation menu