mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
028a0cb3f0
commit
8f1bf259e3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user