Skip to content

Commit 7976326

Browse files
committed
Hotfix for last PR
1 parent 04a1411 commit 7976326

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

cvo_rhsafrf_compats/greenmag/config.cpp

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,17 @@ class CfgPatches {
105105
QAMMO_CLASS(9x21_7N29_60Rnd),
106106
QAMMO_CLASS(9x21_7BT3_1Rnd),
107107
QAMMO_CLASS(9x21_7BT3_30Rnd),
108-
QAMMO_CLASS(9x21_7BT3_60Rnd)
108+
QAMMO_CLASS(9x21_7BT3_60Rnd),
109+
// 9x39 Ammo
110+
QAMMO_CLASS(9x39_basic_1Rnd),
111+
QAMMO_CLASS(9x39_basic_30Rnd),
112+
QAMMO_CLASS(9x39_basic_60Rnd),
113+
QAMMO_CLASS(9x39_SP5_1Rnd),
114+
QAMMO_CLASS(9x39_SP5_30Rnd),
115+
QAMMO_CLASS(9x39_SP5_60Rnd),
116+
QAMMO_CLASS(9x39_SP6_1Rnd),
117+
QAMMO_CLASS(9x39_SP6_30Rnd),
118+
QAMMO_CLASS(9x39_SP6_60Rnd)
109119
};
110120
};
111121
};
@@ -120,6 +130,8 @@ class CfgMagazines {
120130
#include "magazines\rhs_afrf_9x19.hpp"
121131
#include "magazines\rhs_afrf_9x18.hpp"
122132
#include "magazines\rhs_afrf_9x21.hpp"
133+
#include "magazines\rhs_afrf_9x39.hpp"
134+
#include "magazines\rhs_afrf_338.hpp"
123135

124136
};
125137

@@ -203,6 +215,10 @@ class CfgWeapons {
203215
#include "ammo\9x21_7N29.hpp"
204216
#include "ammo\9x21_7BT3.hpp"
205217

218+
#include "ammo\9x39_Basic.hpp"
219+
#include "ammo\9x39_SP5.hpp"
220+
#include "ammo\9x39_SP6.hpp"
221+
206222
// Belts
207223
#include "belts\762x54_57N323S.hpp"
208224
#include "belts\762x54_7BZ3.hpp"

0 commit comments

Comments
 (0)