File tree 1 file changed +36
-1
lines changed
1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class CfgPatches {
4
4
units[] = {};
5
5
weapons[] = {};
6
6
requiredAddons[] = {
7
- // "TMT_Turkish_Army"
7
+ " TMT_Turkish_Army"
8
8
};
9
9
author = " 2nd Battalion, Nord Brigade" ;
10
10
authors[] = {
@@ -14,6 +14,41 @@ class CfgPatches {
14
14
};
15
15
16
16
17
+ class CfgVehicles {
18
+ class I_Soldier_SL_F ;
19
+ class TMT_KKK_Soldier_SL : I_Soldier_SL_F {
20
+ magazines[] = {
21
+ " 16Rnd_9x21_Mag" ,
22
+ " 16Rnd_9x21_Mag" ,
23
+ " 30Rnd_556x45_Stanag_red" ,
24
+ " 30Rnd_556x45_Stanag_red" ,
25
+ " 30Rnd_556x45_Stanag_red" ,
26
+ " 30Rnd_556x45_Stanag_red" ,
27
+ " 30Rnd_556x45_Stanag_red" ,
28
+ " 30Rnd_556x45_Stanag_red" ,
29
+ " HandGrenade" ,
30
+ " HandGrenade" ,
31
+ " Chemlight_red" ,
32
+ " Chemlight_green"
33
+ };
34
+ respawnmagazines[] = {
35
+ " 16Rnd_9x21_Mag" ,
36
+ " 16Rnd_9x21_Mag" ,
37
+ " 30Rnd_556x45_Stanag_red" ,
38
+ " 30Rnd_556x45_Stanag_red" ,
39
+ " 30Rnd_556x45_Stanag_red" ,
40
+ " 30Rnd_556x45_Stanag_red" ,
41
+ " 30Rnd_556x45_Stanag_red" ,
42
+ " 30Rnd_556x45_Stanag_red" ,
43
+ " HandGrenade" ,
44
+ " HandGrenade" ,
45
+ " Chemlight_red" ,
46
+ " Chemlight_green"
47
+ };
48
+ };
49
+ };
50
+
51
+
17
52
class CfgGroups {
18
53
class WEST {
19
54
You can’t perform that action at this time.
0 commit comments