mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 20:52:56 +03:00
Merge pull request #757 from dayz10k/master
#751 inv space of new mags & #749 key name of unlocking key
This commit is contained in:
@@ -130,7 +130,15 @@ class CfgMagazines {
|
||||
count = 100;
|
||||
picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa";
|
||||
};
|
||||
|
||||
class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||
type="256";
|
||||
}
|
||||
class 75Rnd_545x39_RPK: CA_Magazine {
|
||||
type="256";
|
||||
}
|
||||
class 100Rnd_556x45: CA_Magazine {
|
||||
type="256";
|
||||
}
|
||||
|
||||
// Items
|
||||
class ItemHotwireKit: CA_Magazine
|
||||
|
||||
@@ -79,6 +79,7 @@ class CfgWeapons {
|
||||
//Sniper Rifel
|
||||
//#include "CfgWeapons\Weapon\Sniper\AS50.hpp"
|
||||
#include "CfgWeapons\Weapon\Sniper\M107.hpp"
|
||||
#include "CfgWeapons\Weapon\Sniper\KSVK.hpp"
|
||||
|
||||
#include "CfgWeapons\Weapon\Sniper\DMR_DZ.hpp"
|
||||
// #include "CfgWeapons\Weapon\Sniper\DMR_DZ2.hpp"
|
||||
|
||||
4
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/KSVK.hpp
Normal file
4
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/KSVK.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class ksvk;
|
||||
class KSVK_DZE:ksvk {
|
||||
type = "1";
|
||||
};
|
||||
Reference in New Issue
Block a user