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:
oiad
2017-12-20 17:40:01 +13:00
parent 2a2198af68
commit e99d6259a2

View File

@@ -143,13 +143,11 @@ class L85A2_MFL_DZ : L85A2_DZ
class L85A2_SD_Base : L85A2_DZ
{
/*
magazines[] =
{
// 30Rnd_556x45_Stanag,
30Rnd_556x45_StanagSD
};
*/
fireLightDuration = 0;
fireLightIntensity = 0;
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};
discreteDistanceInitIndex = 2;
displayName = "L85A2 TWS";
};
};