Skip to content

Commit 7995ed5

Browse files
RHS Compat - Add proper descriptions to ACE Hellfire classes (#11227)
Add descriptions to Hellfire magazine classes Added short descriptions for various Hellfire magazine classes.
1 parent 4ef06b5 commit 7995ed5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

addons/compat_rhs_usf3/compat_rhs_usf3_hellfire/CfgMagazines.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ class CfgMagazines {
33
class rhs_mag_AGM114K_2;
44
class GVAR(pylon_mag_2rnd_hellfire_k): rhs_mag_AGM114K_2 {
55
displayName = "2x AGM-114K [ACE]";
6+
descriptionShort = ECSTRING(hellfire,KDescriptionShort);
67
pylonWeapon = "ace_hellfire_launcher";
78
ammo = "ACE_Hellfire_AGM114K";
89
};
910
class GVAR(pylon_mag_2rnd_hellfire_n): rhs_mag_AGM114K_2 {
1011
displayName = "2x AGM-114N [ACE]";
12+
descriptionShort = ECSTRING(hellfire,NDescriptionShort);
1113
pylonWeapon = "ace_hellfire_launcher_N";
1214
ammo = "ACE_Hellfire_AGM114N";
1315
};
1416
class GVAR(pylon_mag_2rnd_hellfire_l): rhs_mag_AGM114K_2 {
1517
displayName = "2x AGM-114L [ACE]";
18+
descriptionShort = ECSTRING(hellfire,LDescriptionShort);
1619
pylonWeapon = "ace_hellfire_launcher_L";
1720
ammo = "ACE_Hellfire_AGM114L";
1821
};
@@ -21,16 +24,19 @@ class CfgMagazines {
2124
class rhs_mag_AGM114K_4;
2225
class GVAR(pylon_mag_4rnd_hellfire_k): rhs_mag_AGM114K_4 {
2326
displayName = "4x AGM-114K [ACE]";
27+
descriptionShort = ECSTRING(hellfire,KDescriptionShort);
2428
pylonWeapon = "ace_hellfire_launcher";
2529
ammo = "ACE_Hellfire_AGM114K";
2630
};
2731
class GVAR(pylon_mag_4rnd_hellfire_n): rhs_mag_AGM114K_4 {
2832
displayName = "4x AGM-114N [ACE]";
33+
descriptionShort = ECSTRING(hellfire,NDescriptionShort);
2934
pylonWeapon = "ace_hellfire_launcher_N";
3035
ammo = "ACE_Hellfire_AGM114N";
3136
};
3237
class GVAR(pylon_mag_4rnd_hellfire_l): rhs_mag_AGM114K_4 {
3338
displayName = "4x AGM-114L [ACE]";
39+
descriptionShort = ECSTRING(hellfire,LDescriptionShort);
3440
pylonWeapon = "ace_hellfire_launcher_L";
3541
ammo = "ACE_Hellfire_AGM114L";
3642
};

0 commit comments

Comments
 (0)