mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update compatible magazines for DZ weapons
See comments on commit e99d625
This commit is contained in:
@@ -3,7 +3,7 @@ class G36K_Camo_DZ : G36C
|
||||
model = "z\addons\dayz_communityweapons\g36\g36k_camo.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\g36\data\w_g36k_camo_ca.paa";
|
||||
displayName = $STR_DZ_WPN_G36K_CAMO_NAME;
|
||||
/*
|
||||
/* //Allow default A2 mags
|
||||
magazines[] =
|
||||
{
|
||||
30Rnd_556x45_G36,
|
||||
@@ -84,13 +84,17 @@ class G36K_Camo_SD_DZ : G36_C_SD_eotech
|
||||
model = "z\addons\dayz_communityweapons\g36\g36k_camo_sd.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\g36\data\w_g36k_camo_sd_ca.paa";
|
||||
displayName = $STR_DZ_WPN_G36K_CAMO_SD_NAME;
|
||||
/*
|
||||
|
||||
magazines[] =
|
||||
{
|
||||
30Rnd_556x45_G36SD,
|
||||
30Rnd_556x45_G36
|
||||
30Rnd_556x45_G36, //Allow both SD and non-SD
|
||||
100Rnd_556x45_BetaCMag,
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD,
|
||||
20Rnd_556x45_Stanag
|
||||
};
|
||||
*/
|
||||
|
||||
//G36 Optic
|
||||
optics = true;
|
||||
opticsDisablePeripherialVision = true;
|
||||
|
||||
Reference in New Issue
Block a user