mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
'Fixed' broken SD ammo classes, they still don't make sense
This commit is contained in:
parent
b13f8ff0e7
commit
4d6cff979c
@ -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};
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user