mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
eaea6f29b8
commit
56e905ab7a
@ -19,7 +19,7 @@ if (
|
||||
_throwWeapon
|
||||
&& {GVAR(dropWeapon) > 0}
|
||||
&& {_unit in _unit && {(currentWeapon _unit) isNotEqualTo ""}}
|
||||
&& {!isPlayer _unit || GVAR(dropWeapon >= 2)}
|
||||
&& {!isPlayer _unit || GVAR(dropWeapon) >= 2}
|
||||
) then {
|
||||
[_unit] call EFUNC(common,throwWeapon);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user