Update AI_Air.lua

This commit is contained in:
Applevangelist
2020-11-25 12:38:31 +01:00
committed by GitHub
parent 5842562ce1
commit ff4927dbb7

View File

@@ -602,7 +602,7 @@ function AI_AIR:onafterRTB( AIGroup, From, Event, To )
if not self.RTBMinSpeed or not self.RTBMaxSpeed then if not self.RTBMinSpeed or not self.RTBMaxSpeed then
local RTBSpeedMax = AIGroup:GetSpeedMax() local RTBSpeedMax = AIGroup:GetSpeedMax()
self:SetRTBSpeed( RTBSpeedMax * 0.2, RTBSpeedMax * 0.5 ) self:SetRTBSpeed( RTBSpeedMax * 0.5, RTBSpeedMax * 0.6 )
end end
local RTBSpeed = math.random( self.RTBMinSpeed, self.RTBMaxSpeed ) local RTBSpeed = math.random( self.RTBMinSpeed, self.RTBMaxSpeed )