mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
16 lines
333 B
C++
16 lines
333 B
C++
class 10Rnd_22lfB_RUGERMK2: CA_Magazine
|
|
{
|
|
scope = public;
|
|
displayName = $STR_DZ_MAG_10RND_C22_RUGERMK2_NAME;
|
|
descriptionShort = $STR_DZ_MAG_10RND_RUGERMK2_C22_DESC;
|
|
picture = "\RH_de\inv\m_mk2.paa";
|
|
model = "\RH_de\mags\mag_mk2.p3d";
|
|
ammo = "B_22lfB_Ball";
|
|
count = 10;
|
|
type = 16;
|
|
|
|
class ItemActions
|
|
{
|
|
COMBINE_MAG
|
|
};
|
|
}; |