Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Applevangelist
2023-06-21 14:05:54 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -13520,8 +13520,8 @@ function AIRBOSS:CarrierTurnIntoWind( time, vdeck, uturn )
-- Wind speed.
local _, vwind = self:GetWind()
-- Speed of carrier in m/s but at least 2 knots.
local vtot = math.max( vdeck - vwind, UTILS.KnotsToMps( 2 ) )
-- Speed of carrier in m/s but at least 4 knots.
local vtot = math.max( vdeck - vwind, UTILS.KnotsToMps( 4 ) )
-- Distance to travel
local dist = vtot * time