Skip to content

Commit

Permalink
Resolved #935
Browse files Browse the repository at this point in the history
  • Loading branch information
R4Z0R49 committed Feb 17, 2018
1 parent 574a542 commit 5fb0fdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SQF/dayz_code/Configs/CfgWeapons/Rifles/Mosin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ class Mosin_PU_DZ : Mosin_Base
displayName = $STR_DZ_WPN_MOSIN_PU_NAME;
descriptionShort = $STR_DZ_WPN_MOSIN_DESC;

opticsPPEffects[] = {"OpticsCHAbera2","OpticsBlur2"};
modelOptics = "\ca\weapons\optika_snpiere";
opticsPPEffects[]={"OpticsCHAbera3","OpticsBlur3"};
//opticsPPEffects[] = {"OpticsCHAbera2","OpticsBlur2"};
opticsFlare = true;
opticsDisablePeripherialVision = true;
opticsZoomInit = 0.083;
opticsZoomMin = 0.071945;
opticsZoomMax = 0.071945;
Expand Down

0 comments on commit 5fb0fdb

Please sign in to comment.