ACE3/addons/huntir/CfgMagazines.hpp

12 lines
313 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 = "";
2016-04-08 18:34:50 +00:00
picture = QPATHTOF(data\m_m1070_ca.paa);
2015-06-06 12:13:34 +00:00
ammo = "F_HuntIR";
};
};