From 569179e0bf7057c8c739f07ae8505a98387d0e3f Mon Sep 17 00:00:00 2001 From: VKing Date: Mon, 18 Jan 2016 14:59:38 +0100 Subject: [PATCH] Add the PSO-1M2-1 windage adjust --- optionals/compat_rhs_afrf3/CfgWeapons.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/optionals/compat_rhs_afrf3/CfgWeapons.hpp b/optionals/compat_rhs_afrf3/CfgWeapons.hpp index 32c1f590c5..bbd0ce6d6c 100644 --- a/optionals/compat_rhs_afrf3/CfgWeapons.hpp +++ b/optionals/compat_rhs_afrf3/CfgWeapons.hpp @@ -54,6 +54,12 @@ class CfgWeapons { ACE_ScopeAdjust_VerticalIncrement = 0.0; ACE_ScopeAdjust_HorizontalIncrement = 0.5; }; + class rhs_acc_pso1m21: rhs_acc_sniper_base { + ACE_ScopeAdjust_Vertical[] = { 0, 0 }; + ACE_ScopeAdjust_Horizontal[] = { -10, 10 }; + ACE_ScopeAdjust_VerticalIncrement = 0.0; + ACE_ScopeAdjust_HorizontalIncrement = 0.5; + }; class Launcher_Base_F; class rhs_weap_rpg7: Launcher_Base_F { @@ -79,4 +85,4 @@ class CfgWeapons { ace_hearing_protection = 0.5; ace_hearing_lowerVolume = 0.60; }; -}; \ No newline at end of file +};