-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmacros.inc
42 lines (34 loc) · 902 Bytes
/
macros.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* assignGear specific macros */
#include "\x\tmf\addons\assigngear\loadouts\macros.inc"
#define MEDICAL_R "FirstAidKit"
#define MEDICAL_CLS \
"Medikit", \
LIST_2("ACE_bodyBag"), \
LIST_2("ACE_tourniquet")
#define MEDICAL_M \
"Medikit", \
LIST_20("ACE_fieldDressing"), \
LIST_10("ACE_morphine"), \
LIST_10("ACE_epinephrine"), \
LIST_7("ACE_salineIV_500"), \
LIST_5("ACE_salineIV_250"), \
LIST_2("ACE_bodyBag"), \
LIST_10("ACE_splint"), \
LIST_5("ACE_salineIV"), \
"ACE_surgicalKit", \
LIST_20("ACE_suture")
#define MTR_GEAR \
"ACE_RangeTable_82mm", \
"ACE_MapTools"
#define FAC_GEAR \
LIST_4("SmokeShellRed"), \
LIST_4("SmokeShellGreen"), \
LIST_4("SmokeShellPurple"), \
"ACRE_VHF30108SPIKE", \
"Laserbatteries"
#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)
#ifndef ADDON
ARCMT = 1;
#endif