Changes

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
6,926

edits