- 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
mLine 601:
Line 601:
− +
no edit summary
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