Skip to content

Commit

Permalink
Add painkillers to loadout macros
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzleddev committed May 25, 2024
1 parent f646ecd commit eab63b3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions addons/tmf_loadouts/macros.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
/* assignGear specific macros */
#include "\x\tmf\addons\assigngear\loadouts\macros.inc"

#define MEDICAL_R "FirstAidKit"
#define MEDICAL_R \
"FirstAidKit", \
"ACE_painkillers"

#define MEDICAL_CLS \
"Medikit", \
LIST_2("ACE_bodyBag"), \
LIST_2("ACE_tourniquet")
LIST_2("ACE_tourniquet"), \
LIST_5("ACE_painkillers")


#define MEDICAL_M \
Expand All @@ -20,7 +23,8 @@ LIST_2("ACE_bodyBag"), \
LIST_10("ACE_splint"), \
LIST_5("ACE_salineIV"), \
"ACE_surgicalKit", \
LIST_20("ACE_suture")
LIST_20("ACE_suture"), \
LIST_10("ACE_painkillers")

#define MTR_GEAR \
"ACE_RangeTable_82mm", \
Expand Down

0 comments on commit eab63b3

Please sign in to comment.