Changes

m
no edit summary
Line 295: Line 295:  
      
 
      
 
     if ship:type() == 13 or ship:type() == 14 then
 
     if ship:type() == 13 or ship:type() == 14 then
         if ship._id > 1500 then
+
         if ship:id() > 1500 then
             return string.find(ship._suffix, "[Ff]lagshp|[Ee]lite") ~= nil
+
             return string.find(ship:suffix(), "[Ff]lagshp|[Ee]lite") ~= nil
 
             -- copied from Vita ver
 
             -- copied from Vita ver
 
         else
 
         else
Anonymous user