mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleanup Merge
This commit is contained in:
parent
6dc0d7d4f5
commit
37eb353edf
@ -1,4 +1,5 @@
|
||||
|
||||
PREP(canUnjam);
|
||||
PREP(checkTemperature);
|
||||
PREP(clearJam);
|
||||
PREP(displayTemperature);
|
||||
|
@ -19,7 +19,7 @@ private _jammedWeapons = _unit getVariable [QGVAR(jammedWeapons), []];
|
||||
if !(currentWeapon _unit in _jammedWeapons) exitWith {
|
||||
false
|
||||
};
|
||||
if !([_unit] call EFUNC(common,canUseWeapon)) exitWith {
|
||||
if !([_unit] call CBA_fnc_canUseWeapon) exitWith {
|
||||
false
|
||||
};
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user