mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +03:00
Add MAT-49
Thx @helion4
This commit is contained in:
@@ -400,4 +400,16 @@ class 32Rnd_9x19_STEN: 30Rnd_9x19_MP5
|
||||
model = "\z\addons\dayz_epoch_w\sten\h4_sten_mag.p3d";
|
||||
initSpeed = 700;
|
||||
count = 32;
|
||||
};
|
||||
|
||||
/* MAT 49 */
|
||||
|
||||
class 32Rnd_9x19_MAT49: 30Rnd_9x19_MP5
|
||||
{
|
||||
displayName = $STR_DZ_MAG_32RND_9x19mm_MAT49_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_32RND_9x19mm_MAT49_DESC;
|
||||
picture = "\z\addons\dayz_epoch_w\sten\data\m_sten_CA.paa";
|
||||
model = "\z\addons\dayz_epoch_w\sten\h4_sten_mag.p3d";
|
||||
initSpeed = 600;
|
||||
count = 32;
|
||||
};
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "22lfB.hpp" //Ruger Mk22
|
||||
#include "9x17.hpp" //PPK
|
||||
#include "9x18.hpp" //Makarov
|
||||
#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38, Sten MK
|
||||
#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38, Sten MK, MAT-49
|
||||
#include "10x22.hpp" //P99
|
||||
#include "45ACP.hpp" //Colt M1911, Revolver
|
||||
#include "44Magnum.hpp" //Taurus Raging Bull, Colt Anaconda
|
||||
|
||||
Reference in New Issue
Block a user