Added M249_EP1_DZ

This commit is contained in:
Florian Kinder
2014-01-24 09:52:04 +01:00
parent f1438f99c3
commit 8a008c4d90
3 changed files with 9 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ class CfgWeapons {
#include "CfgWeapons\Weapon\Sniper\DMR_DZ.hpp"
#include "CfgWeapons\Weapon\Pistol\MakerovSD.hpp"
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
#include "CfgWeapons\Weapon\LMG\M249_EP1.hpp"
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
#include "CfgWeapons\Weapon\LMG\M60A4.hpp"
// #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp"

View File

@@ -0,0 +1,4 @@
class M249_EP1;
class M249_EP1_DZ:M249_EP1 {
type = "1";
};

View File

@@ -375,6 +375,10 @@ class CfgWeight
{
weight = 6.5;
};
class M249_EP1_DZ
{
weight = 6.5;
};
class Mk_48
{
weight = 8.2;