mk11 mod 0 ec inheritance (#7874)

This commit is contained in:
Whigital 2020-08-25 02:34:43 +02:00 committed by GitHub
parent fb037c8c1f
commit e9b2087faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,16 @@ class CfgWeapons {
ACE_RailHeightAboveBore = 3.13162;
};
class rhs_weap_sr25_ec: rhs_weap_sr25 {
ACE_barrelTwist = 285.75;
ACE_barrelLength = 508.0;
ACE_RailHeightAboveBore = 3.13689;
};
class rhs_weap_sr25_d;
class rhs_weap_sr25_ec_d: rhs_weap_sr25_d {
ACE_barrelLength = 508.0;
ACE_RailHeightAboveBore = 3.13689;
};
class rhs_weap_sr25_wd;
class rhs_weap_sr25_ec_wd: rhs_weap_sr25_wd {
ACE_barrelLength = 508.0;
ACE_RailHeightAboveBore = 3.13689;
};