Update compatible magazines for DZ weapons

See comments on commit e99d625
This commit is contained in:
ebayShopper
2017-12-20 15:32:29 -05:00
parent e99d6259a2
commit 4561deefa6
21 changed files with 91 additions and 37 deletions

View File

@@ -7,7 +7,9 @@ class G17_DZ : glock17_EP1
magazines[] =
{
17Rnd_9x19_glock17,
17Rnd_9x19_glock17SD
17Rnd_9x19_glock17SD, //not an A2 mag
15Rnd_9x19_M9,
15Rnd_9x19_M9SD
};
delete FlashLight;
@@ -93,7 +95,9 @@ class G17_SD_DZ : M9SD
magazines[] =
{
17Rnd_9x19_glock17SD,
17Rnd_9x19_glock17
17Rnd_9x19_glock17, //Allow both SD and non-SD
15Rnd_9x19_M9SD,
15Rnd_9x19_M9
};
reloadMagazineSound[]={"Ca\Sounds_E\Weapons_E\Glock17\reload1",db0,1, 20};

View File

@@ -22,7 +22,7 @@ class M9_SD_DZ : M9SD
magazines[] =
{
15Rnd_9x19_M9SD,
15Rnd_9x19_M9
15Rnd_9x19_M9 //Allow both SD and non-SD
};
class ItemActions

View File

@@ -20,7 +20,7 @@ class Makarov_SD_DZ : MakarovSD
magazines[] =
{
8Rnd_9x18_MakarovSD,
8Rnd_9x18_Makarov
8Rnd_9x18_Makarov //Allow both SD and non-SD
};
class ItemActions

View File

@@ -1,8 +1,10 @@
class PDW_DZ : UZI_EP1
{
/* //Allow default A2 mags
magazines[] =
{
30Rnd_9x19_UZI,
30Rnd_9x19_UZI_SD
};
*/
};