Add DZ version for a few G36s

- move G36 camo with SD attachment support to hero and bandit
- also add MG36 DZ version
- add back G36A SD with attachment support
This commit is contained in:
A Man
2020-02-25 21:35:06 +01:00
parent 2641b4fe77
commit 3f774ee9d4
9 changed files with 104 additions and 19 deletions

View File

@@ -0,0 +1,25 @@
class MG36;
class MG36_DZ: MG36 {
displayName = $STR_DZ_WPN_MG36_NAME;
magazines[] =
{
100Rnd_556x45_BetaCMag,
30Rnd_556x45_G36,
30Rnd_556x45_Stanag,
20Rnd_556x45_Stanag,
60Rnd_556x45_Stanag_tape_ice_DZE
};
};
class MG36_camo;
class MG36_Camo_DZ: MG36_camo {
displayName = $STR_DZ_WPN_MG36_CAMO_NAME;
magazines[] =
{
100Rnd_556x45_BetaCMag,
30Rnd_556x45_G36,
30Rnd_556x45_Stanag,
20Rnd_556x45_Stanag,
60Rnd_556x45_Stanag_tape_ice_DZE
};
};