mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed tabs to 4 spaces
This commit is contained in:
@ -16,15 +16,15 @@ _magazine = _this select 1;
|
||||
_vehicleUsage = [_this, 2, false, [false]] call BIS_fnc_Param;
|
||||
|
||||
if (!_vehicleUsage) then {
|
||||
if (_magazine != "") then {
|
||||
_unit removeMagazine _magazine;
|
||||
_return = true;
|
||||
} else {
|
||||
_return = false;
|
||||
};
|
||||
[format["fnc_useMagazine: %1 | %2",_this,_return]] call FUNC(debug);
|
||||
if (_magazine != "") then {
|
||||
_unit removeMagazine _magazine;
|
||||
_return = true;
|
||||
} else {
|
||||
_return = false;
|
||||
};
|
||||
[format["fnc_useMagazine: %1 | %2",_this,_return]] call FUNC(debug);
|
||||
_return
|
||||
} else
|
||||
{
|
||||
// TODO implement shared magazine functionality
|
||||
// TODO implement shared magazine functionality
|
||||
};
|
Reference in New Issue
Block a user