Fixed: RHS Compatibility - Remove scope adjust from ACOG Scopes (#7375)

* Remove scope adjust from RHS ACOG Scopes

* Set RHS ACOG ScopeAdjust to zero

For ACE Arsenal stats
This commit is contained in:
Dedmen Miller 2020-01-09 21:42:54 +01:00 committed by PabstMirror
parent 028a0cb3f0
commit 8f1bf259e3

View File

@ -156,6 +156,13 @@ class CfgWeapons {
};
};
};
// ACOG is a sniper scope for some reason, but we don't want scope adjust
class rhsusf_acc_ACOG: rhsusf_acc_sniper_base {
ACE_ScopeAdjust_Vertical[] = { 0, 0 };
ACE_ScopeAdjust_Horizontal[] = { 0, 0 };
ACE_ScopeAdjust_VerticalIncrement = 0;
ACE_ScopeAdjust_HorizontalIncrement = 0;
};
class rhsusf_acc_LEUPOLDMK4: rhsusf_acc_sniper_base {
ACE_ScopeHeightAboveRail = 2.62567;
};