Changes

add air_power_estimation
Line 685: Line 685:  
     end
 
     end
 
     return air_power
 
     return air_power
 +
end
 +
 +
function ShipData:air_power_estimation(count_recons)
 +
    return self._air_power_estimation and self:air_power(count_recons)
 
end
 
end
  
Anonymous user