Fix RHS LMGs being classed as closed bolt systems (#8793)

This commit is contained in:
Whigital 2022-01-26 02:33:05 +01:00 committed by GitHub
parent b368e09b45
commit 1ea81f09a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -87,7 +87,8 @@ class CfgWeapons {
};
class rhs_weap_mg42_base: Rifle_Base_F {
ACE_Overheating_allowSwapBarrel = 1;
EGVAR(overheating,closedBolt) = 0;
EGVAR(overheating,allowSwapBarrel) = 1;
ACE_barrelTwist = 305.0;
ACE_barrelLength = 530.0;
};

View File

@ -70,7 +70,8 @@ class CfgWeapons {
ACE_barrelLength = 508.0;
};
class rhs_weap_saw_base: Rifle_Base_F { // Base class for all Minimi
ACE_Overheating_allowSwapBarrel = 1;
EGVAR(overheating,allowSwapBarrel) = 1;
EGVAR(overheating,closedBolt) = 0;
};
class rhs_weap_lmg_minimi_railed;
class rhs_weap_m249_pip_S: rhs_weap_lmg_minimi_railed {