Added base action for handheld weapons

This commit is contained in:
Nicolás Badano 2015-03-01 01:32:21 -03:00
parent 78b1d698c1
commit 2e0b195cba
2 changed files with 10 additions and 0 deletions

View File

@ -180,6 +180,13 @@ class CfgVehicles {
condition = "";
statement = "";
};
class ACE_Weapon {
displayName = "$STR_ACE_Interaction_Weapon";
selection = "weapon";
distance = 2.0;
condition = "";
statement = "";
};
class ACE_TapShoulderRight {
displayName = "$STR_ACE_Interaction_TapShoulder";

View File

@ -20,6 +20,9 @@
<Key ID="STR_ACE_Interaction_LegRight">
<English>Right Leg &gt;&gt;</English>
</Key>
<Key ID="STR_ACE_Interaction_Weapon">
<English>Weapon &gt;&gt;</English>
</Key>
<Key ID="STR_ACE_Interaction_InteractionMenu">
<English>Interaction Menu</English>
<German>Interaktionsmenü</German>