mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Fix L85A2_SD_Base not using SD mags
Thanks @worldwidesorrow https://github.com/EpochModTeam/DayZ-Epoch/issues/2000#issuecomment-352939774
This commit is contained in:
@@ -143,13 +143,11 @@ class L85A2_MFL_DZ : L85A2_DZ
|
|||||||
|
|
||||||
class L85A2_SD_Base : L85A2_DZ
|
class L85A2_SD_Base : L85A2_DZ
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
magazines[] =
|
magazines[] =
|
||||||
{
|
{
|
||||||
// 30Rnd_556x45_Stanag,
|
// 30Rnd_556x45_Stanag,
|
||||||
30Rnd_556x45_StanagSD
|
30Rnd_556x45_StanagSD
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
fireLightDuration = 0;
|
fireLightDuration = 0;
|
||||||
fireLightIntensity = 0;
|
fireLightIntensity = 0;
|
||||||
modes[] = {"Single","FullAuto"};
|
modes[] = {"Single","FullAuto"};
|
||||||
@@ -756,4 +754,4 @@ class BAF_L85A2_RIS_TWS_DZ : BAF_L85A2_RIS_CWS
|
|||||||
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
discreteDistance[] = {100,200,300,400,500,600,700,800};
|
||||||
discreteDistanceInitIndex = 2;
|
discreteDistanceInitIndex = 2;
|
||||||
displayName = "L85A2 TWS";
|
displayName = "L85A2 TWS";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user