Skip to content

Commit

Permalink
cls saline fix (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Freddo <[email protected]>
  • Loading branch information
hazardouschurch and Freddo3000 authored Aug 22, 2020
1 parent 577bfed commit fcb8387
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ARCMT.vr/loadouts/_macros.hpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
/* assignGear specific macros */
#define MEDICAL_R \
LIST_5("ACE_fieldDressing"), \
LIST_1("ACE_morphine"), \
LIST_1("ACE_tourniquet")
LIST_2("ACE_tourniquet")

#define MEDICAL_CLS \
LIST_2("ACE_bodyBag"), \
LIST_20("ACE_fieldDressing"), \
LIST_10("ACE_morphine"), \
LIST_3("ACE_salineIV_250"), \
LIST_1("ACE_salineIV_500"), \
LIST_5("ACE_epinephrine"), \
LIST_5("ACE_tourniquet"), \
LIST_4("ACE_tourniquet"), \
LIST_10("ACE_splint")

#define MEDICAL_M \
Expand Down Expand Up @@ -54,4 +57,4 @@ LIST_4("SmokeShellPurple")

#define LIST_30(var1) LIST_20(var1),LIST_10(var1)
#define LIST_40(var1) LIST_20(var1),LIST_20(var1)
#define LIST_50(var1) LIST_30(var1),LIST_20(var1)
#define LIST_50(var1) LIST_30(var1),LIST_20(var1)

0 comments on commit fcb8387

Please sign in to comment.