Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 19, 2021
2 parents 8aca5b8 + ec9ff4a commit 5573032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions BC_loadouts/factions/russia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ class russia {
class Medic_F: Soldier_F {
backpack = "rhssaf_kitbag_md2camo";
addItemsToBackpack[] = {
LIST_20("ACE_fieldDressing"),
LIST_5("ACE_tourniquet"),
LIST_40("ACE_fieldDressing"),
LIST_20("ACE_morphine"),
LIST_20("ACE_epinephrine"),
LIST_20("ACE_bloodIV_250"),
LIST_10("ACE_bloodIV_500"),
LIST_5("ACE_tourniquet"),
LIST_5("rhs_mag_rdg2_white")
};
};
Expand Down Expand Up @@ -199,7 +199,7 @@ class russia {
LIST_6("rhs_30Rnd_762x39mm_polymer_tracer"),
LIST_1("rhs_GRD40_Green"),
LIST_4("rhs_GRD40_Red"),
LIST_4("rhs_GRD40_White"),
LIST_3("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 @@ -153,12 +153,12 @@ class USA {
class Medic_F: Soldier_F {
backpack = "B_Kitbag_cbr";
addItemsToBackpack[] = {
LIST_20("ACE_fieldDressing"),
LIST_5("ACE_tourniquet"),
LIST_40("ACE_fieldDressing"),
LIST_20("ACE_morphine"),
LIST_20("ACE_epinephrine"),
LIST_20("ACE_bloodIV_250"),
LIST_10("ACE_bloodIV_500"),
LIST_5("ACE_tourniquet"),
LIST_5("SmokeShell")
};
};
Expand All @@ -184,7 +184,7 @@ class USA {
LIST_2("SmokeShell"),
LIST_1("1Rnd_SmokeGreen_Grenade_shell"),
LIST_4("1Rnd_SmokeRed_Grenade_shell"),
LIST_4("1Rnd_Smoke_Grenade_shell")
LIST_3("1Rnd_Smoke_Grenade_shell")
};
addItemsToBackpack[] = {
LIST_10("rhs_mag_30Rnd_556x45_M855A1_Stanag")
Expand Down

0 comments on commit 5573032

Please sign in to comment.