mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix inheritence issue for m14ebrri for RHS 0.5.1 (#7705)
This commit is contained in:
parent
35e4c2ae35
commit
d32d8e8fb5
@ -13,7 +13,7 @@ class CfgWeapons {
|
||||
|
||||
class Pistol_Base_F;
|
||||
class Rifle_Base_F;
|
||||
class srifle_EBR_F;
|
||||
class rhs_weap_m14ebrri_base;
|
||||
class launch_O_Titan_F;
|
||||
class GM6_base_F;
|
||||
class rhs_weap_M107_Base_F: GM6_base_F {
|
||||
@ -90,7 +90,7 @@ class CfgWeapons {
|
||||
ACE_barrelLength = 629.92;
|
||||
ACE_Overheating_allowSwapBarrel = 1;
|
||||
};
|
||||
class rhs_weap_m14ebrri: srifle_EBR_F {
|
||||
class rhs_weap_m14ebrri: rhs_weap_m14ebrri_base {
|
||||
ACE_barrelTwist = 304.8;
|
||||
ACE_barrelLength = 558.8;
|
||||
ACE_Overheating_dispersion = 0.75;
|
||||
|
Loading…
Reference in New Issue
Block a user