ACE3/addons/huntir/CfgMagazines.hpp

12 lines
310 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 {
2015-06-07 17:39:24 +00:00
displayName = CSTRING(magazine_displayName);
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";
};
};