mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +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:
@@ -46,10 +46,6 @@ class m107_DZ
|
||||
{
|
||||
weight = 14;
|
||||
};
|
||||
class M4SPR
|
||||
{
|
||||
weight = 6.8;
|
||||
};
|
||||
class DMR
|
||||
{
|
||||
weight = 8.5;
|
||||
@@ -363,10 +359,18 @@ class m107_SKN
|
||||
{
|
||||
weight = 14.0;
|
||||
};
|
||||
class M4SPR
|
||||
{
|
||||
weight = 6.8;
|
||||
};
|
||||
class M4SPR_DZE
|
||||
{
|
||||
weight = 6.8;
|
||||
};
|
||||
class M4SPR_DZ
|
||||
{
|
||||
weight = 6.8;
|
||||
};
|
||||
class M200_CheyTac_DZ
|
||||
{
|
||||
weight = 15.0;
|
||||
|
||||
Reference in New Issue
Block a user