mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add NV back to DMR_DZ and M4SPR_DZE after CorePatch
See:
https://github.com/Goliath86/CorePatch/blob/master/CorePatch_Weapons/description.txt#L18
Consistent with f663cdc
Default A2OA versions can be used if no NVG is desired
This commit is contained in:
@@ -3,4 +3,7 @@ class M4SPR_DZE: M4SPR
|
||||
{
|
||||
//Moved 30Rnd Stanag to first in array
|
||||
magazines[] = {"30Rnd_556x45_Stanag", "20Rnd_556x45_Stanag", "30Rnd_556x45_StanagSD", "30Rnd_556x45_G36", "100Rnd_556x45_BetaCMag", "30Rnd_556x45_G36SD"};
|
||||
|
||||
//A2OA M4SPR does not allow NVG after 2018-04-05 CorePatch
|
||||
visionMode[] = {"Normal", "NVG"};
|
||||
};
|
||||
Reference in New Issue
Block a user