mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Enabling ACE reloading on the RHS RPG-7
This commit is contained in:
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
Reference in New Issue
Block a user