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
|
_throwWeapon
|
||||||
&& {GVAR(dropWeapon) > 0}
|
&& {GVAR(dropWeapon) > 0}
|
||||||
&& {_unit in _unit && {(currentWeapon _unit) isNotEqualTo ""}}
|
&& {_unit in _unit && {(currentWeapon _unit) isNotEqualTo ""}}
|
||||||
&& {!isPlayer _unit || GVAR(dropWeapon >= 2)}
|
&& {!isPlayer _unit || GVAR(dropWeapon) >= 2}
|
||||||
) then {
|
) then {
|
||||||
[_unit] call EFUNC(common,throwWeapon);
|
[_unit] call EFUNC(common,throwWeapon);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user