Skip to content

Commit

Permalink
Fix US Officer Vest Overloade (#274)
Browse files Browse the repository at this point in the history
Fix US + RUS Medic Backpack Overloade
Fix RUS Officer GLauncher Ammunition in Weapon
  • Loading branch information
Schmerzkeks authored Mar 17, 2021
1 parent d88f46d commit f18b90a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions BC_loadouts/factions/russia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ class russia {
LIST_20("ACE_morphine"),
LIST_20("ACE_epinephrine"),
LIST_20("ACE_bloodIV_250"),
LIST_20("ACE_bloodIV_500"),
LIST_10("ACE_bloodIV_500"),
LIST_5("ACE_tourniquet"),
LIST_4("rhs_mag_rdg2_white")
LIST_5("rhs_mag_rdg2_white")
};
};

Expand All @@ -178,7 +178,7 @@ class russia {
primaryWeaponMagazine = "rhs_30Rnd_762x39mm_polymer_tracer";
handgunWeapon = "rhs_weap_pya";
handgunWeaponMagazine = "rhs_mag_9x19_17";
underBarrelMagazine = "rhs_VG40MD_White";
underBarrelMagazine = "rhs_GRD40_White";
backpack = "TFAR_mr3000_rhs";
addItemsToUniform[] = {
LIST_8("ACE_fieldDressing"),
Expand All @@ -197,7 +197,7 @@ class russia {
};
addItemsToBackpack[] = {
LIST_6("rhs_30Rnd_762x39mm_polymer_tracer"),
LIST_2("rhs_GRD40_Green"),
LIST_1("rhs_GRD40_Green"),
LIST_4("rhs_GRD40_Red"),
LIST_4("rhs_GRD40_White"),
LIST_4("rhs_30Rnd_545x39_7N10_AK")
Expand Down
6 changes: 3 additions & 3 deletions BC_loadouts/factions/usa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ class USA {
LIST_20("ACE_morphine"),
LIST_20("ACE_epinephrine"),
LIST_20("ACE_bloodIV_250"),
LIST_20("ACE_bloodIV_500"),
LIST_10("ACE_bloodIV_500"),
LIST_5("ACE_tourniquet"),
LIST_4("SmokeShell")
LIST_5("SmokeShell")
};
};

Expand All @@ -182,7 +182,7 @@ class USA {
LIST_8("rhs_mag_30Rnd_556x45_M855A1_Stanag"),
LIST_2("rhs_mag_m67"),
LIST_2("SmokeShell"),
LIST_2("1Rnd_SmokeGreen_Grenade_shell"),
LIST_1("1Rnd_SmokeGreen_Grenade_shell"),
LIST_4("1Rnd_SmokeRed_Grenade_shell"),
LIST_4("1Rnd_Smoke_Grenade_shell")
};
Expand Down

0 comments on commit f18b90a

Please sign in to comment.