mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge pull request #1756 from FlightControl-Master/FF/Ops
Update Airboss.lua
This commit is contained in:
commit
fa0549f34f
@ -5335,16 +5335,12 @@ function AIRBOSS:_GetAircraftParameters( playerData, step )
|
||||
|
||||
aoa = aoaac.OnSpeed
|
||||
|
||||
if harrier then
|
||||
-- 0.8 to 1.0 NM
|
||||
dist = UTILS.NMToMeters( 0.9 )
|
||||
else
|
||||
dist = UTILS.NMToMeters( 1.2 )
|
||||
end
|
||||
|
||||
if goshawk then
|
||||
-- 0.9 to 1.1 NM per natops ch.4 page 48
|
||||
dist = UTILS.NMToMeters( 0.9 )
|
||||
elseif harrier then
|
||||
-- 0.8 to 1.0 NM
|
||||
dist = UTILS.NMToMeters( 0.9 )
|
||||
else
|
||||
dist = UTILS.NMToMeters( 1.1 )
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user