mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
313 B
C++
12 lines
313 B
C++
|
|
class CfgMagazines {
|
|
class 1Rnd_HE_Grenade_shell;
|
|
class ACE_HuntIR_M203: 1Rnd_HE_Grenade_shell {
|
|
displayName = CSTRING(magazine_displayName);
|
|
displayNameShort = "HuntIR";
|
|
descriptionShort = "";
|
|
picture = QPATHTOF(data\m_m1070_ca.paa);
|
|
ammo = "F_HuntIR";
|
|
};
|
|
};
|