mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change main action point for static weapons to the gunnerview selection
This commit is contained in:
parent
5d68969b63
commit
9010f7a926
@ -481,8 +481,8 @@ class CfgVehicles {
|
|||||||
class ACE_Actions {
|
class ACE_Actions {
|
||||||
class ACE_MainActions {
|
class ACE_MainActions {
|
||||||
displayName = "$STR_ACE_Interaction_MainAction";
|
displayName = "$STR_ACE_Interaction_MainAction";
|
||||||
selection = "";
|
selection = "gunnerview";
|
||||||
distance = 10;
|
distance = 2;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -494,8 +494,8 @@ class CfgVehicles {
|
|||||||
class ACE_Actions {
|
class ACE_Actions {
|
||||||
class ACE_MainActions {
|
class ACE_MainActions {
|
||||||
displayName = "$STR_ACE_Interaction_MainAction";
|
displayName = "$STR_ACE_Interaction_MainAction";
|
||||||
selection = "";
|
selection = "gunnerview";
|
||||||
distance = 10;
|
distance = 2;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user