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:
FlightControl 2016-04-09 07:09:44 +02:00
parent 0bb35e23b9
commit 8ea20af680
3 changed files with 2 additions and 2 deletions

View File

@ -12329,7 +12329,7 @@ function ESCORT:JoinUpAndFollow( EscortGroup, EscortClient, Distance )
end
EscortGroup:OptionROEHoldFire()
EscortGroup:OptionROTVertical()
EscortGroup:OptionROTPassiveDefense()
self.CT1 = 0
self.GT1 = 0

View File

@ -312,7 +312,7 @@ function ESCORT:JoinUpAndFollow( EscortGroup, EscortClient, Distance )
end
EscortGroup:OptionROEHoldFire()
EscortGroup:OptionROTVertical()
EscortGroup:OptionROTPassiveDefense()
self.CT1 = 0
self.GT1 = 0