mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
"cherrypick" PR #2496 (lockpick)
This commit is contained in:
parent
81f427ad82
commit
2e09a7aa4b
@ -43,7 +43,7 @@ if (_vehLockpickStrenth < 0) exitWith {false};
|
||||
//Condition check for progressBar
|
||||
_condition = {
|
||||
params ["_args"];
|
||||
_args params ["_args", "_unit", "_veh"];
|
||||
_args params ["_unit", "_veh"];
|
||||
((_unit distance _veh) < 5) && {(speed _veh) < 0.1}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user