mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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:
|
else:
|
||||||
# We use an offset heading here because DCS doesn't always
|
# We use an offset heading here because DCS doesn't always
|
||||||
# force vehicles to move if there's no heading change.
|
# force vehicles to move if there's no heading change.
|
||||||
offset_heading = forward_heading - 1
|
offset_heading = forward_heading - 2
|
||||||
if offset_heading < 0:
|
if offset_heading < 0:
|
||||||
offset_heading = 359
|
offset_heading = 358
|
||||||
attack_point = self.find_offensive_point(
|
attack_point = self.find_offensive_point(
|
||||||
dcs_group,
|
dcs_group,
|
||||||
offset_heading,
|
offset_heading,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user