RHS Compat - Improve AK104/5 barrel length (#8810)

This commit is contained in:
GhostIsSpooky 2022-02-15 19:08:29 -03:00 committed by GitHub
parent 7197be2f49
commit 8cf900a1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,13 @@ class CfgWeapons {
ACE_barrelTwist = 199.898;
ACE_barrelLength = 414.02;
};
class rhs_weap_ak103_base;
class rhs_weap_ak104: rhs_weap_ak103_base {
ACE_barrelLength = 314.96;
};
class rhs_weap_ak105: rhs_weap_ak74m {
ACE_barrelLength = 314.96;
};
class rhs_weap_akm: rhs_weap_ak74m {
ACE_RailHeightAboveBore = -0.456233;//from rhs_weap_akmn and rhs_weap_ak74m
ACE_barrelTwist = 199.898;