mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix action hierarchy
This commit is contained in:
parent
6b43c7bc20
commit
c8f320d501
@ -2,14 +2,10 @@ class CfgVehicles {
|
||||
class Man;
|
||||
class CAManBase: Man {
|
||||
class ACE_Actions {
|
||||
class ACE_WeaponsActions {
|
||||
selection = "weapon";
|
||||
displayName = "Weapon";
|
||||
distance = 2;
|
||||
condition = QUOTE([ARR_2(_player, _target)] call FUNC(canLinkBelt));
|
||||
class ACE_Weapon {
|
||||
class ACE_LinkBelt {
|
||||
displayName = "$STR_ACE_Reload_LinkBelt";
|
||||
distance = 2;
|
||||
distance = 2.0;
|
||||
condition = QUOTE([ARR_2(_player, _target)] call FUNC(canLinkBelt));
|
||||
statement = QUOTE([ARR_2(_player, _target)] call FUNC(startLinkingBelt));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user