Skip to content

Commit

Permalink
Radio for charlie (#558)
Browse files Browse the repository at this point in the history
CHANGED: Charlie AR magazine reduced by 1 down to 4.
CHANGED: Charlie Grenadier HEDP 40mm grenade reduced by 1 down to 16.
CHANGED: Charlie Grenadier White Smoke 40mm grenade reduced by 1 down to 6.
CHANGED: Charlie Machinegunner Tracer box reduced by 1 from 5.
  • Loading branch information
AndreasBrostrom authored Feb 3, 2020
1 parent 87d73d7 commit ce90bdb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cScripts/Loadouts/CfgLoadouts_Charlie.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Cav_B_C_AutomaticRifleman_F : Cav_B_Charlie_base_F { //General AR : 33.8kg
//binoculars[] = {""};

magazines[] = {
"rhsusf_200rnd_556x45_mixed_soft_pouch_coyote",5,
"rhsusf_200rnd_556x45_mixed_soft_pouch_coyote",4,
"rhs_mag_m67",2,
"SmokeShell",4,
"SmokeShellGreen"
Expand Down Expand Up @@ -191,13 +191,14 @@ class Cav_B_C_Grenadier_F : Cav_B_Charlie_base_F { //General GRN : 31.4kg
"rhs_mag_m67",2,
"SmokeShell",4,
"SmokeShellGreen",
"rhs_mag_M433_HEDP",17,
"rhs_mag_M433_HEDP",16,
"rhs_mag_M397_HET",4,
"rhs_mag_m714_White",6,
"rhs_mag_m714_White",5,
"rhs_mag_m662_red",2,
"ACE_HuntIR_M203",2
};


items[] += {
"ACE_DAGR",
"rhsusf_ANPVS_14",
Expand Down Expand Up @@ -411,7 +412,7 @@ class CAV_Charlie_Machinegunner_Local : Cav_B_Charlie_base_F { //GPMG Gunner : 3

magazines[] = {
"SmokeShell",2,
"rhsusf_100Rnd_762x51_m62_tracer",5,
"rhsusf_100Rnd_762x51_m62_tracer",4,
"rhsusf_100Rnd_762x51_m61_ap",2
};

Expand Down

0 comments on commit ce90bdb

Please sign in to comment.