mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "drag carry exception in main action"
This reverts commit 72d40c3fdaa7d9f225db25a1c0413139ba52e8cc.
This commit is contained in:
parent
72d40c3fda
commit
c155305299
@ -32,7 +32,6 @@ class CfgVehicles {
|
||||
statement = "";
|
||||
icon = "\a3\ui_f\data\IGUI\Cfg\Actions\eject_ca.paa";
|
||||
selection = "pelvis";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
|
||||
class ACE_TeamManagement {
|
||||
displayName = "$STR_ACE_Interaction_TeamManagement";
|
||||
@ -418,7 +417,6 @@ class CfgVehicles {
|
||||
selection = "";
|
||||
distance = 10;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {
|
||||
@ -437,7 +435,6 @@ class CfgVehicles {
|
||||
selection = "";
|
||||
distance = 10;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {
|
||||
@ -458,7 +455,6 @@ class CfgVehicles {
|
||||
selection = "";
|
||||
distance = 10;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {
|
||||
@ -477,7 +473,6 @@ class CfgVehicles {
|
||||
selection = "";
|
||||
distance = 10;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {
|
||||
@ -498,7 +493,6 @@ class CfgVehicles {
|
||||
selection = "";
|
||||
distance = 10;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
|
||||
class ACE_Push {
|
||||
displayName = "$STR_ACE_Interaction_Push";
|
||||
@ -527,7 +521,6 @@ class CfgVehicles {
|
||||
selection = "gunnerview";
|
||||
distance = 2;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {
|
||||
@ -548,7 +541,6 @@ class CfgVehicles {
|
||||
selection = "gunnerview";
|
||||
distance = 2;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {
|
||||
@ -569,7 +561,6 @@ class CfgVehicles {
|
||||
selection = "";
|
||||
distance = 2;
|
||||
condition = "true";
|
||||
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||
};
|
||||
};
|
||||
class ACE_SelfActions {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user