mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Enabling ACE reloading on the RHS RPG-7
This commit is contained in:
parent
5e38ba9b20
commit
c76972f0c2
@ -65,4 +65,8 @@ class CfgWeapons
|
|||||||
ACE_ScopeAdjust_VerticalIncrement = 0.0;
|
ACE_ScopeAdjust_VerticalIncrement = 0.0;
|
||||||
ACE_ScopeAdjust_HorizontalIncrement = 0.5;
|
ACE_ScopeAdjust_HorizontalIncrement = 0.5;
|
||||||
};
|
};
|
||||||
|
class Launcher_Base_F;
|
||||||
|
class rhs_weap_rpg7: Launcher_Base_F {
|
||||||
|
ace_reloadlaunchers_enabled = 1;
|
||||||
|
};
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user