Add M200 CheyTac SD

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-19 09:24:02 +01:00
parent 81dfc6975f
commit 3a33e00b4f
8 changed files with 72 additions and 4 deletions

View File

@@ -11,4 +11,11 @@ class 5Rnd_408_CheyTac : CA_Magazine {
{
COMBINE_MAG
};
};
class 5Rnd_408_CheyTac_SD : 5Rnd_408_CheyTac {
displayName = $STR_DZ_MAG_5RND_408_CHEYTAC_SD_NAME;
descriptionShort = $STR_DZ_MAG_5RND_CHEYTAC_SD_DESC;
picture ="\dayz_epoch_c\icons\magazines\m_m200.paa";
ammo = "B_408_CheyTac_SD";
};