ACE3/addons/huntir/CfgMagazines.hpp

12 lines
302 B
C++
Raw Normal View History

2015-06-06 12:13:34 +00:00
class CfgMagazines {
class 1Rnd_HE_Grenade_shell;
class ACE_HuntIR_M203: 1Rnd_HE_Grenade_shell {
displayName = $STR_ACE_HUNTIR_ROUND;
2015-06-07 09:58:34 +00:00
displayNameShort = "HuntIR";
2015-06-06 12:13:34 +00:00
descriptionShort = "";
picture = PATHTOF(UI\m_m1070_ca.paa);
ammo = "F_HuntIR";
};
};