Enabling ACE reloading on the RHS RPG-7

This commit is contained in:
Fadi 2015-06-25 09:17:36 -05:00
parent 5e38ba9b20
commit c76972f0c2

View File

@ -65,4 +65,8 @@ class CfgWeapons
ACE_ScopeAdjust_VerticalIncrement = 0.0;
ACE_ScopeAdjust_HorizontalIncrement = 0.5;
};
class Launcher_Base_F;
class rhs_weap_rpg7: Launcher_Base_F {
ace_reloadlaunchers_enabled = 1;
};
};