diff --git a/Source/Shared/WeaponAK47.c b/Source/Shared/WeaponAK47.c index 9f31474d..26a9f7f6 100755 --- a/Source/Shared/WeaponAK47.c +++ b/Source/Shared/WeaponAK47.c @@ -40,7 +40,7 @@ weaponinfo_t wptAK47 = { 8192, // Bullet Range 0.98, // Range Modifier TYPE_AUTO, // Firing Type - 0.1, // Attack-Delay + 0.0955, // Attack-Delay 2.4, // Reload-Delay iAmmo_762MM, // Caliber Pointer iMag_AK47, // Clip Pointer diff --git a/Source/Shared/WeaponAUG.c b/Source/Shared/WeaponAUG.c index 289f4ae0..125f8217 100755 --- a/Source/Shared/WeaponAUG.c +++ b/Source/Shared/WeaponAUG.c @@ -40,7 +40,7 @@ weaponinfo_t wptAUG = { 8192, // Bullet Range 0.96, // Range Modifier TYPE_AUTO, // Firing Type - 0.09, // Attack-Delay + 0.0825, // Attack-Delay 3.3, // Reload-Delay iAmmo_762MM, // Caliber Pointer iMag_AUG, // Clip Pointer @@ -78,7 +78,7 @@ void WeaponAUG_PrimaryFire( void ) { sound( self, CHAN_WEAPON, "weapons/aug-1.wav", 1, ATTN_NORM ); if ( self.viewzoom != 1.0 ) { - self.fAttackFinished = time + (wptAUG.fAttackFinished * 2); + self.fAttackFinished = time + 0.135; } } #else diff --git a/Source/Shared/WeaponM4A1.c b/Source/Shared/WeaponM4A1.c index 3e25bb15..87d4964b 100755 --- a/Source/Shared/WeaponM4A1.c +++ b/Source/Shared/WeaponM4A1.c @@ -45,7 +45,7 @@ weaponinfo_t wptM4A1 = { 8192, // Bullet Range 0.97, // Range Modifier TYPE_AUTO, // Firing Type - 0.09, // Attack-Delay + 0.0875, // Attack-Delay 3.1, // Reload-Delay iAmmo_556MM, // Caliber Pointer iMag_M4A1, // Clip Pointer diff --git a/Source/Shared/WeaponMac10.c b/Source/Shared/WeaponMac10.c index 625bbfec..a07a6d46 100755 --- a/Source/Shared/WeaponMac10.c +++ b/Source/Shared/WeaponMac10.c @@ -40,7 +40,7 @@ weaponinfo_t wptMAC10 = { 4096, // Bullet Range 0.82, // Range Modifier TYPE_AUTO, // Firing Type - 0.075, // Attack-Delay + 0.07, // Attack-Delay 3.2, // Reload-Delay iAmmo_45ACP, // Caliber Pointer iMag_MAC10, // Clip Pointer diff --git a/Source/Shared/WeaponPara.c b/Source/Shared/WeaponPara.c index 9db66045..4917aee4 100755 --- a/Source/Shared/WeaponPara.c +++ b/Source/Shared/WeaponPara.c @@ -40,7 +40,7 @@ weaponinfo_t wptPARA = { 8192, // Bullet Range 0.97, // Range Modifier TYPE_AUTO, // Firing Type - 0.08, // Attack-Delay + 0.1, // Attack-Delay 3.0, // Reload-Delay iAmmo_556MMBOX, // Caliber Pointer iMag_PARA, // Clip Pointer diff --git a/Source/Shared/WeaponSG552.c b/Source/Shared/WeaponSG552.c index bc488f19..105df51f 100755 --- a/Source/Shared/WeaponSG552.c +++ b/Source/Shared/WeaponSG552.c @@ -40,7 +40,7 @@ weaponinfo_t wptSG552 = { 8192, // Bullet Range 0.955, // Range Modifier TYPE_AUTO, // Firing Type - 0.09, // Attack-Delay + 0.0825, // Attack-Delay 3.2, // Reload-Delay iAmmo_556MM, // Caliber Pointer iMag_SG552, // Clip Pointer