mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 10:41:50 +03:00
Fix DMR and MK12 SPR have always NVG
The visionMode array must be emptied otherwise both weapons have always the NVG mode even when the player has no nomral NVG. Also added a Mk12 SPR version that does not work with the NVG.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class DMR_DZ : DMR
|
||||
class DMR_DZ : DMR // Works with NVG
|
||||
{
|
||||
displayName = $STR_DZ_WPN_DMR_NAME;
|
||||
|
||||
//A2OA DMR does not allow NVG after 2018-04-05 CorePatch
|
||||
visionMode[] = {"Normal", "NVG"};
|
||||
visionMode[] = {};
|
||||
|
||||
class Attachments
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user