RHS Compat - Fix config (#6696)

This commit is contained in:
PabstMirror 2018-11-18 23:51:26 -06:00 committed by GitHub
parent e3421cbf8f
commit 830536504d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}; };