Changes

m
no edit summary
Line 224: Line 224:  
         end
 
         end
 
     end
 
     end
     if ship_data._seasonal_order then
+
     if ship_data.seasonal_order then
 
         table.sort(seasonal_forms, function(a, b)
 
         table.sort(seasonal_forms, function(a, b)
             local i = U.ifind(ship_data._seasonal_order, a.suffux)
+
             local i = U.ifind(ship_data.seasonal_order, a.suffux)
             local j = U.ifind(ship_data._seasonal_order, b.suffux)
+
             local j = U.ifind(ship_data.seasonal_order, b.suffux)
 
             if i and j then
 
             if i and j then
 
                 return i < j
 
                 return i < j
cssedit, gkautomate
7,060

edits