mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
0c18d5bcae
commit
16a3bd096a
9
optionals/compat_rhs_gref3/CfgMagazines.hpp
Normal file
9
optionals/compat_rhs_gref3/CfgMagazines.hpp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
class CfgMagazines {
|
||||||
|
class CA_Magazine;
|
||||||
|
class rhsgref_50Rnd_792x57_SmE_drum: CA_Magazine { // drum, but still just a belt
|
||||||
|
ACE_isBelt = 1;
|
||||||
|
};
|
||||||
|
class rhsgref_296Rnd_792x57_SmE_belt: CA_Magazine {
|
||||||
|
ACE_isBelt = 1;
|
||||||
|
};
|
||||||
|
};
|
@ -77,4 +77,7 @@ class CfgWeapons {
|
|||||||
ACE_barrelTwist=240;
|
ACE_barrelTwist=240;
|
||||||
ACE_barrelLength=658;
|
ACE_barrelLength=658;
|
||||||
};
|
};
|
||||||
|
class rhs_weap_mg42_base: Rifle_Base_F {
|
||||||
|
ACE_Overheating_allowSwapBarrel = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@ -14,4 +14,5 @@ class CfgPatches {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgAmmo.hpp"
|
#include "CfgAmmo.hpp"
|
||||||
|
#include "CfgMagazines.hpp"
|
||||||
#include "CfgWeapons.hpp"
|
#include "CfgWeapons.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user