mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Tweak the offset heading to 2 degrees, one degree doesn't always seem to be enough.
This commit is contained in:
parent
646ba94d10
commit
83f1a95966
@ -354,9 +354,9 @@ class GroundConflictGenerator:
|
||||
else:
|
||||
# We use an offset heading here because DCS doesn't always
|
||||
# force vehicles to move if there's no heading change.
|
||||
offset_heading = forward_heading - 1
|
||||
offset_heading = forward_heading - 2
|
||||
if offset_heading < 0:
|
||||
offset_heading = 359
|
||||
offset_heading = 358
|
||||
attack_point = self.find_offensive_point(
|
||||
dcs_group,
|
||||
offset_heading,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user