diff --git a/optionals/compat_bwa3/CfgAmmo.hpp b/optionals/compat_bwa3/CfgAmmo.hpp index 3c198e487f..003ea9a461 100644 --- a/optionals/compat_bwa3/CfgAmmo.hpp +++ b/optionals/compat_bwa3/CfgAmmo.hpp @@ -20,6 +20,8 @@ class CfgAmmo class BWA3_B_556x45_Ball_SD: BWA3_B_556x45_Ball { // Reference? + ACE_muzzleVelocities[]={340}; + ACE_barrelLengths[]={368.3}; }; class BWA3_B_556x45_Ball_AP: BWA3_B_556x45_Ball { @@ -102,6 +104,8 @@ class CfgAmmo class BWA3_B_127x99_Ball_SD: BWA3_B_127x99_Ball { // Reference? + ACE_muzzleVelocities[]={340}; + ACE_barrelLengths[]={736.6}; }; class BWA3_B_127x99_Ball_AP: BWA3_B_127x99_Ball { @@ -132,5 +136,7 @@ class CfgAmmo class BWA3_B_46x30_Ball_SD: BWA3_B_46x30_Ball { // Reference? + ACE_muzzleVelocities[]={340}; + ACE_barrelLengths[]={304.8}; }; }; \ No newline at end of file