Skip to content

Commit

Permalink
fix field dressings
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 19, 2021
1 parent 5573032 commit 4b1cb65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BC_loadouts/factions/russia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ class russia {
backpack = "rhssaf_kitbag_md2camo";
addItemsToBackpack[] = {
LIST_5("ACE_tourniquet"),
LIST_40("ACE_fieldDressing"),
LIST_20("ACE_fieldDressing"),
LIST_20("ACE_fieldDressing"),
LIST_20("ACE_morphine"),
LIST_20("ACE_epinephrine"),
LIST_20("ACE_bloodIV_250"),
Expand Down
3 changes: 2 additions & 1 deletion BC_loadouts/factions/usa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ class USA {
backpack = "B_Kitbag_cbr";
addItemsToBackpack[] = {
LIST_5("ACE_tourniquet"),
LIST_40("ACE_fieldDressing"),
LIST_20("ACE_fieldDressing"),
LIST_20("ACE_fieldDressing"),
LIST_20("ACE_morphine"),
LIST_20("ACE_epinephrine"),
LIST_20("ACE_bloodIV_250"),
Expand Down

0 comments on commit 4b1cb65

Please sign in to comment.