From 219e468852562efaab5b453683ff0a1e245c28d8 Mon Sep 17 00:00:00 2001 From: SuperCake Date: Mon, 11 May 2026 15:58:27 +0200 Subject: [PATCH] feat(minigun): increase threshold for low ammo click sound --- src/game/shared/swarm/asw_weapon_minigun.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/shared/swarm/asw_weapon_minigun.h b/src/game/shared/swarm/asw_weapon_minigun.h index 72caae1b5..a9c3561a2 100644 --- a/src/game/shared/swarm/asw_weapon_minigun.h +++ b/src/game/shared/swarm/asw_weapon_minigun.h @@ -33,6 +33,7 @@ class CASW_Weapon_Minigun : public CASW_Weapon_Rifle virtual const float GetAutoAimAmount() { return 0.0f; } virtual const float GetAutoAimRadiusScale() { return 1.0f; } + virtual int AmmoClickPoint() { return 8; } // displayed ammo is double of that virtual const Vector& GetBulletSpread( void ); virtual void ItemPostFrame(); virtual void ItemBusyFrame();