mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Quick Mount - Fix mount from water (#6310)
This commit is contained in:
parent
265bc62259
commit
2454ade07b
@ -37,7 +37,7 @@ TRACE_1("",_target);
|
|||||||
if (!isNull _target &&
|
if (!isNull _target &&
|
||||||
{alive _target} &&
|
{alive _target} &&
|
||||||
{{_target isKindOf _x} count ["Air","LandVehicle","Ship","StaticMortar"] > 0} &&
|
{{_target isKindOf _x} count ["Air","LandVehicle","Ship","StaticMortar"] > 0} &&
|
||||||
{([ACE_player, _target] call EFUNC(common,canInteractWith))} &&
|
{([ACE_player, _target, ["isNotSwimming"]] call EFUNC(common,canInteractWith))} &&
|
||||||
{speed _target <= GVAR(speed)}
|
{speed _target <= GVAR(speed)}
|
||||||
) then {
|
) then {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user