mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix repair point location for rotors
This commit is contained in:
parent
eefa53221d
commit
c4464697e4
@ -119,6 +119,10 @@ private _turretPaths = ((fullCrew [_vehicle, "gunner", true]) + (fullCrew [_vehi
|
|||||||
|
|
||||||
// Find the action position
|
// Find the action position
|
||||||
private _position = compile format ["_target selectionPosition ['%1', 'HitPoints'];", _selection];
|
private _position = compile format ["_target selectionPosition ['%1', 'HitPoints'];", _selection];
|
||||||
|
if ("rotor" in _hitpoint) then {
|
||||||
|
_position = compile format ["_target selectionPosition ['%1', 'HitPoints', 'AveragePoint'];", _selection];
|
||||||
|
};
|
||||||
|
|
||||||
{
|
{
|
||||||
_x params ["_hit", "_pos"];
|
_x params ["_hit", "_pos"];
|
||||||
if (_hitpoint == _hit) exitWith {
|
if (_hitpoint == _hit) exitWith {
|
||||||
|
Loading…
Reference in New Issue
Block a user