mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Faster, non movment blocking gesture for tap shoulder (#4578)
Close #4577
This commit is contained in:
parent
f2746891af
commit
23568609a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user