mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Bugfix ESCORT
When the escort is following the lead, the Evasion setting has to be PassiveDefense, otherwise the helicopter will fly around like a chicken when in danger.
This commit is contained in:
parent
0bb35e23b9
commit
8ea20af680
@ -12329,7 +12329,7 @@ function ESCORT:JoinUpAndFollow( EscortGroup, EscortClient, Distance )
|
||||
end
|
||||
|
||||
EscortGroup:OptionROEHoldFire()
|
||||
EscortGroup:OptionROTVertical()
|
||||
EscortGroup:OptionROTPassiveDefense()
|
||||
|
||||
self.CT1 = 0
|
||||
self.GT1 = 0
|
||||
|
||||
@ -312,7 +312,7 @@ function ESCORT:JoinUpAndFollow( EscortGroup, EscortClient, Distance )
|
||||
end
|
||||
|
||||
EscortGroup:OptionROEHoldFire()
|
||||
EscortGroup:OptionROTVertical()
|
||||
EscortGroup:OptionROTPassiveDefense()
|
||||
|
||||
self.CT1 = 0
|
||||
self.GT1 = 0
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user