mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
inheritance
This commit is contained in:
parent
72e3d7519b
commit
35703f3920
@ -5,7 +5,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.60;
|
||||
requiredAddons[] = {"ace_core"};
|
||||
requiredAddons[] = {"ace_main","ace_common"};
|
||||
version = "0.95";
|
||||
versionStr = "0.95";
|
||||
versionAr[] = {0,95,0};
|
||||
|
@ -523,7 +523,7 @@ class CfgVehicles {
|
||||
displayName = "$STR_ACE_Interaction_Push";
|
||||
distance = 4;
|
||||
condition = QUOTE( getMass _target < 1000 and alive _target );
|
||||
statement = QUOTE( [_target, [2 * (vectorDir _player select 0), 2 * (vectorDir _player select 1), 0.5]] call FUNC(push); );
|
||||
//statement = QUOTE( [_target, [2 * (vectorDir _player select 0), 2 * (vectorDir _player select 1), 0.5]] call FUNC(push); );
|
||||
showDisabled = 0;
|
||||
priority = -1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user