Faster, non movment blocking gesture for tap shoulder (#4578)

Close #4577
This commit is contained in:
PabstMirror 2016-10-20 16:44:34 -05:00 committed by commy2
parent f2746891af
commit 23568609a6

View File

@ -23,6 +23,6 @@ if (_unit == ACE_player) then {
addCamShake [4, 0.5, 5];
};
[_unit, "PutDown"] call EFUNC(common,doGesture);
[_unit, "gesturePoint"] call EFUNC(common,doGesture);
[QGVAR(tapShoulder), [_target, _shoulderNum], [_target]] call CBA_fnc_targetEvent;