mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
And This
This commit is contained in:
parent
4e66aea25d
commit
c9352e1970
@ -37,8 +37,8 @@ _unitMagCounts = [];
|
||||
} forEach (magazinesAmmoFull _player);
|
||||
|
||||
_childCondition = {
|
||||
PARAMS_2(_target,_player,_classname);
|
||||
(_classname in (magazines _player)) && {[_player, _player, ["isNotInside"]] call EFUNC(common,canInteractWith)};
|
||||
PARAMS_3(_target,_player,_classname);
|
||||
(_classname in (magazines _player)) && {[_player, _player, ["isNotInside"]] call EFUNC(common,canInteractWith)}
|
||||
};
|
||||
|
||||
//Create the action children for all appropriate magazines
|
||||
|
Loading…
Reference in New Issue
Block a user