mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Added M249_EP1_DZ
This commit is contained in:
@@ -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"
|
||||
|
||||
4
SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M249_EP1.hpp
Normal file
4
SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M249_EP1.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class M249_EP1;
|
||||
class M249_EP1_DZ:M249_EP1 {
|
||||
type = "1";
|
||||
};
|
||||
@@ -375,6 +375,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class M249_EP1_DZ
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class Mk_48
|
||||
{
|
||||
weight = 8.2;
|
||||
|
||||
Reference in New Issue
Block a user