Changes

m
add air_power_estimation
Line 302: Line 302:     
function EnemyShipInfoKai:air_power()
 
function EnemyShipInfoKai:air_power()
self._vars.air_power = Formatting:format_stat(self._ship:air_power())
+
self._vars.air_power = Formatting:format_air_power(self._ship:air_power(), self._ship:air_power_estimation())
 
end
 
end
  
Anonymous user