Changes

m
no edit summary
Line 601: Line 601:  
     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 true
 
             -- copied from Vita ver
 
             -- copied from Vita ver
 
         else
 
         else
Anonymous user