Changes

no edit summary
Line 120: Line 120:  
table.insert(icons, icon)
 
table.insert(icons, icon)
 
end
 
end
if ShipCapabilities:is_submarine(ship) then
+
if ShipCapabilities:_is_submarine(ship) then
 
if ship:opening_torpedo() then
 
if ship:opening_torpedo() then
 
table.insert(value, self._opening_torpedo_label)
 
table.insert(value, self._opening_torpedo_label)
Anonymous user