Skip to content

Commit

Permalink
Update default loadout
Browse files Browse the repository at this point in the history
* Updates default macros to follow the ones in the loadout repo
* Updates default loadout to be the same as loadout repo
  • Loading branch information
Freddo3000 committed Jul 24, 2020
1 parent 79156d5 commit fb037d6
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 304 deletions.
11 changes: 10 additions & 1 deletion ARCMT.vr/loadouts/_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,18 @@ LIST_10("ACE_salineIV_500"), \
LIST_5("ACE_salineIV_250"), \
LIST_3("ACE_tourniquet"), \
LIST_2("ACE_bodyBag"), \
LIST_30("ACE_splint"), \
LIST_20("ACE_splint"), \
LIST_8("ACE_salineIV")

#define MTR_GEAR \
"ACE_RangeTable_82mm", \
"ACE_MapTools"

#define FAC_GEAR \
LIST_4("SmokeShellRed"), \
LIST_4("SmokeShellGreen"), \
LIST_4("SmokeShellPurple")

#define LIST_1(var1) var1
#define LIST_2(var1) var1,var1
#define LIST_3(var1) var1,var1,var1
Expand Down
Loading

0 comments on commit fb037d6

Please sign in to comment.