Update shotgun configs

Vanilla commit:

cad0a6fd2d
This commit is contained in:
ebayShopper
2017-11-20 15:38:00 -05:00
parent 4b4bdbbc29
commit 4b486559b9
4 changed files with 36 additions and 20 deletions

View File

@@ -1,15 +1,12 @@
class MR43_DZ : Rifle
class MR43_Base : Rifle
{
scope = public;
model = "\dayz_weapons\models\mr43.p3d";
picture = "\dayz_weapons\textures\equip_mr43_CA.paa";
displayname = $STR_DZ_WPN_MR43_NAME;
descriptionShort = $STR_DZ_WPN_MR43_DESC;
magazines[] =
{
2Rnd_12Gauge_Buck,
2Rnd_12Gauge_Buck,
2Rnd_12Gauge_Slug
};
@@ -47,3 +44,10 @@ class MR43_DZ : Rifle
recoilProne = "recoil_single_primary_prone_8outof10";
};
};
class MR43_DZ : MR43_Base
{
model = "\dayz_weapons\models\mr43.p3d";
picture = "\dayz_weapons\textures\equip_mr43_CA.paa";
displayname = $STR_DZ_WPN_MR43_NAME;
};