Changes

m
no edit summary
Line 140: Line 140:  
table.insert(icons, icon)
 
table.insert(icons, icon)
 
end
 
end
if ShipCapabilities:_is_submarine(ship) then
+
if --[[ShipCapabilities:_is_submarine(ship)]] true then
 
if ship:suffix() and (ship:suffix():match("Elite") or ship:suffix():match("Flagship")) then
 
if ship:suffix() and (ship:suffix():match("Elite") or ship:suffix():match("Flagship")) then
 
table.insert(roles, self._opening_torpedo_label)
 
table.insert(roles, self._opening_torpedo_label)
Anonymous user