Skip to content

Commit

Permalink
update_optic_dms_weathered_kir_f_vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Laid3acK authored Nov 9, 2024
1 parent 8103546 commit 90efbf9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions addons/scopes/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,17 @@ class CfgWeapons {
};

class optic_DMS_weathered_Kir_F: optic_DMS_weathered_F {
ACE_ScopeAdjust_Vertical[] = {0, 0};
ACE_ScopeAdjust_Horizontal[] = {-6, 6};
ACE_ScopeAdjust_VerticalIncrement = 0;
ACE_ScopeAdjust_HorizontalIncrement = 0.1;
class ItemInfo: ItemInfo {
class OpticsModes: OpticsModes {
class Snip: Snip {
// discreteDistance[] = {50, 75, 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500, 550, 600};
// discreteDistanceInitIndex = 6;
discreteDistance[] = {100};
discreteDistanceInitIndex = 0;
discreteDistance[] = {50, 75, 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500, 550, 600};
discreteDistanceInitIndex = 6;
// discreteDistance[] = {100};
// discreteDistanceInitIndex = 0;
};
};
};
Expand Down

0 comments on commit 90efbf9

Please sign in to comment.