mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS Compat - Fix config (#6696)
This commit is contained in:
parent
e3421cbf8f
commit
830536504d
@ -74,13 +74,11 @@ class CfgWeapons {
|
|||||||
};
|
};
|
||||||
class Rifle_Long_Base_F;
|
class Rifle_Long_Base_F;
|
||||||
class rhs_weap_m84: Rifle_Long_Base_F {
|
class rhs_weap_m84: Rifle_Long_Base_F {
|
||||||
|
ACE_Overheating_allowSwapBarrel = 1;
|
||||||
ACE_barrelTwist=240;
|
ACE_barrelTwist=240;
|
||||||
ACE_barrelLength=658;
|
ACE_barrelLength=658;
|
||||||
};
|
};
|
||||||
class rhs_weap_mg42_base: Rifle_Base_F {
|
class rhs_weap_mg42_base: Rifle_Base_F {
|
||||||
ACE_Overheating_allowSwapBarrel = 1;
|
ACE_Overheating_allowSwapBarrel = 1;
|
||||||
};
|
};
|
||||||
class rhs_weap_m84: Rifle_Long_Base_F { // PKM reskin
|
|
||||||
ACE_Overheating_allowSwapBarrel = 1;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user