1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Vector - Disable tilting the reticule when zoomed ()

This commit is contained in:
PabstMirror 2022-05-02 18:52:59 -05:00 committed by GitHub
parent d2038ab287
commit b70353f009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@ class CfgWeapons {
reticleSafezoneSize = 1;
hidePeripheralVision = 1;
opticsPPEffects[] = {QGVAR(OpticsRadBlur1)};
disableTilt = 1;
};
weaponInfoType = "ACE_RscOptics_vector";
};