This commit is contained in:
PabstMirror 2015-04-01 15:18:39 -05:00
parent 4e66aea25d
commit c9352e1970

View File

@ -37,8 +37,8 @@ _unitMagCounts = [];
} forEach (magazinesAmmoFull _player); } forEach (magazinesAmmoFull _player);
_childCondition = { _childCondition = {
PARAMS_2(_target,_player,_classname); PARAMS_3(_target,_player,_classname);
(_classname in (magazines _player)) && {[_player, _player, ["isNotInside"]] call EFUNC(common,canInteractWith)}; (_classname in (magazines _player)) && {[_player, _player, ["isNotInside"]] call EFUNC(common,canInteractWith)}
}; };
//Create the action children for all appropriate magazines //Create the action children for all appropriate magazines