inheritance

This commit is contained in:
commy2 2015-01-12 21:35:18 +01:00
parent 72e3d7519b
commit 35703f3920
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ class CfgPatches {
units[] = {}; units[] = {};
weapons[] = {}; weapons[] = {};
requiredVersion = 0.60; requiredVersion = 0.60;
requiredAddons[] = {"ace_core"}; requiredAddons[] = {"ace_main","ace_common"};
version = "0.95"; version = "0.95";
versionStr = "0.95"; versionStr = "0.95";
versionAr[] = {0,95,0}; versionAr[] = {0,95,0};

View File

@ -523,7 +523,7 @@ class CfgVehicles {
displayName = "$STR_ACE_Interaction_Push"; displayName = "$STR_ACE_Interaction_Push";
distance = 4; distance = 4;
condition = QUOTE( getMass _target < 1000 and alive _target ); 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; showDisabled = 0;
priority = -1; priority = -1;
}; };