Skip to content

Commit

Permalink
Macrofy ....
Browse files Browse the repository at this point in the history
  • Loading branch information
Whigital committed Jan 30, 2020
1 parent 2c71935 commit 9e99dae
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions addons/csw/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ class CfgWeapons {
modes[] = {};
picture = QPATHTOF(UI\StaticMortarTube_Icon.paa);
magazines[] = {
"ACE_1Rnd_82mm_Mo_HE",
"ACE_1Rnd_82mm_Mo_Smoke",
"ACE_1Rnd_82mm_Mo_Illum",
"ACE_1Rnd_82mm_Mo_HE_Guided",
"ACE_1Rnd_82mm_Mo_HE_LaserGuided"
QGVARMAIN(1Rnd_82mm_Mo_HE),
QGVARMAIN(1Rnd_82mm_Mo_Smoke),
QGVARMAIN(1Rnd_82mm_Mo_Illum),
QGVARMAIN(1Rnd_82mm_Mo_HE_Guided),
QGVARMAIN(1Rnd_82mm_Mo_HE_LaserGuided)
};
};

Expand Down
14 changes: 7 additions & 7 deletions optionals/compat_rhs_afrf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsafrf\addons\rhs_heavyweapons\data\ico\rhs_2b14_82mm_msv_ca.paa";
magazines[] = {
"ACE_1Rnd_82mm_Mo_HE",
"ACE_1Rnd_82mm_Mo_Smoke",
"ACE_1Rnd_82mm_Mo_Illum",
"ACE_1Rnd_82mm_Mo_HE_Guided",
"ACE_1Rnd_82mm_Mo_HE_LaserGuided"
QGVARMAIN(1Rnd_82mm_Mo_HE),
QGVARMAIN(1Rnd_82mm_Mo_Smoke),
QGVARMAIN(1Rnd_82mm_Mo_Illum),
QGVARMAIN(1Rnd_82mm_Mo_HE_Guided),
QGVARMAIN(1Rnd_82mm_Mo_HE_LaserGuided)
};
};

Expand All @@ -215,7 +215,7 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsafrf\addons\rhs_heavyweapons\data\ico\RHS_NSV_TriPod_MSV_ca.paa";
magazines[] = {
"ACE_csw_50Rnd_127x108_mag"
QEGVAR(csw,50Rnd_127x108_mag)
};
};

Expand All @@ -242,7 +242,7 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsafrf\addons\rhs_heavyweapons\data\ico\rhs_KORD_MSV_ca.paa";
magazines[] = {
"ACE_csw_50Rnd_127x108_mag"
QEGVAR(csw,50Rnd_127x108_mag)
};
};

Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_rhs_gref3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsafrf\addons\rhs_heavyweapons\data\mapico\icomap_DShKM_CA.paa";
magazines[] = {
"ACE_csw_50Rnd_127x108_mag"
QEGVAR(csw,50Rnd_127x108_mag)
};
};
};
18 changes: 9 additions & 9 deletions optionals/compat_rhs_usf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,11 @@ class CfgWeapons {
picture = "\rhsusf\addons\rhsusf_heavyweapons\data\ico\RHS_M252_D_ca.paa";
icon = "\rhsusf\addons\rhsusf_heavyweapons\data\ico\RHS_M252_D_ca.paa";
magazines[] = {
"ACE_1Rnd_82mm_Mo_HE",
"ACE_1Rnd_82mm_Mo_Smoke",
"ACE_1Rnd_82mm_Mo_Illum",
"ACE_1Rnd_82mm_Mo_HE_Guided",
"ACE_1Rnd_82mm_Mo_HE_LaserGuided"
QGVARMAIN(1Rnd_82mm_Mo_HE),
QGVARMAIN(1Rnd_82mm_Mo_Smoke),
QGVARMAIN(1Rnd_82mm_Mo_Illum),
QGVARMAIN(1Rnd_82mm_Mo_HE_Guided),
QGVARMAIN(1Rnd_82mm_Mo_HE_LaserGuided)
};
};

Expand All @@ -539,10 +539,10 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsusf\addons\rhsusf_heavyweapons\data\ico\RHS_M2StaticMG_D_ca.paa";
magazines[] = {
"ACE_csw_100Rnd_127x99_mag",
"ACE_csw_100Rnd_127x99_mag_red",
"ACE_csw_100Rnd_127x99_mag_green",
"ACE_csw_100Rnd_127x99_mag_yellow"
QEGVAR(csw,100Rnd_127x99_mag),
QEGVAR(csw,100Rnd_127x99_mag_red),
QEGVAR(csw,100Rnd_127x99_mag_green),
QEGVAR(csw,100Rnd_127x99_mag_yellow)
};
};

Expand Down

0 comments on commit 9e99dae

Please sign in to comment.