From f18b90a9027f179096753464a7deddc1178ab9bb Mon Sep 17 00:00:00 2001 From: Fele Date: Wed, 17 Mar 2021 11:12:49 +0100 Subject: [PATCH] Fix US Officer Vest Overloade (#274) Fix US + RUS Medic Backpack Overloade Fix RUS Officer GLauncher Ammunition in Weapon --- BC_loadouts/factions/russia.hpp | 8 ++++---- BC_loadouts/factions/usa.hpp | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BC_loadouts/factions/russia.hpp b/BC_loadouts/factions/russia.hpp index 6f6d76c..06ac65a 100644 --- a/BC_loadouts/factions/russia.hpp +++ b/BC_loadouts/factions/russia.hpp @@ -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") }; }; @@ -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"), @@ -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") diff --git a/BC_loadouts/factions/usa.hpp b/BC_loadouts/factions/usa.hpp index 2d3a256..c850ed1 100644 --- a/BC_loadouts/factions/usa.hpp +++ b/BC_loadouts/factions/usa.hpp @@ -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") }; }; @@ -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") };